Releases: vapor-community/Imperial
Releases · vapor-community/Imperial
0.16.0
Adds support for Dropbox via #47
0.15.0
Adds support for Microsoft Azure active directory via #48
0.14.0
Adds support for Auth0 via #46
0.13.1
Applying facebook scope parameters to OAuth request.
v0.13.0
Keycloak Support
Adds support for the Keycloak API as a federated auth service. Checkout the setup guide!
0.12.0
- authURL now has request available to generate hashes
- Added support for Gitlab
v0.11.3
Fixes closures authenticatedCallback
on linux by making them throwing
v0.11.2
Correct Redirect Variable
The redirect variable used FederatedServiceRouter.configureRoutes
method was overridden with the authVariable
parameter. Use .self
should fix that.
v0.11.1
Throwing Authenticated Callback
Made the FederatedServiceRoute.configureRoutes
authenticatedCallback
closure throwing (#31)
v0.11.0
Authenticated Callback
Adds and authenticatedCallback
to the FederatedServiceRoute.configureRoutes
method (#30).