Github
link |
Stars: 54 |
Help us keep the lights on
Dependencies
Used By
- m-housh/auth-user
- AntonPoltoratskyi/VaporAuthTemplate
- vapor/toolbox
- ChrisAshton/VaporAuth
- VanyaIrchak/VaporMongoDBTest
- mackmilan/borne
- brokenhandsio/vapor-oauth
- WooRaZil-Boy/Raywenderlich_iOS
- PacktPublishing/Full-Stack-Swift-4
- PacktPublishing/Full-Stack-Swift-4
- curtisdunne/vapor-til
- skylifewww/hubIO-home
- sanderrouk/lets-go-vapor
- rkreutz/vapor-jwt-template
- iuliandavid/vapor_rw
- hhasenbalg/WaddleApiServer
- retroby/shoppinglists-vapor-web
- mariokovacevic/VaporAuth
- WooRaZil-Boy/vapor-til
- pbodsk/TILApp
- jimmya/hamsterpick
- skeyboy/LogOnline
- m-housh/auth-user-core
- ming-fung/SavingThePlanet
- wmcginty/VaporAuth
- PacktPublishing/Hands-On-Full-Stack-Development-with-Swift
- PacktPublishing/Hands-On-Full-Stack-Development-with-Swift
- sa-rah/MP_Backend
- s2kinfra/vegas
- retroby/shopping-lists-vapor-web-tv
Total: 718
Releases
2.0.4 - Jun 11, 2019
Fixed:
- Session authentication middleware now correctly short-circuits if authentication already succeeded (#68, #69)
2.0.3 - Feb 18, 2019
Fix issue where people taking the latest release would get compile errors from pulling in incorrect Vapor version
2.0.2 - Feb 12, 2019
Fixed:
- Fixed an issue where a new, empty session would be created after unauthenticating a user and destroying the session at the same time. (#60, #59)
2.0.1 - Aug 14, 2018
Fixed:
- Moved HTTP bearer and basic auth helpers to vapor/http package. (#54)
req.unauthenticate(...)
now correctly destroys session. (#52)
2.0.0 - Aug 9, 2018
Auth 2.0 is here 🎉 👤 Authentication and Authorization framework for Fluent (Authorization coming soon).
The Auth API Template has also been updated:
vapor new Hello --template=auth-template
Docs: https://docs.vapor.codes/3.0/auth/getting-started/
API Docs: https://api.vapor.codes/auth/latest/Authentication