Skip to content

Releases: vapor-community/Imperial

0.16.0

05 Mar 03:20
98fc3f2
Compare
Choose a tag to compare

Adds support for Dropbox via #47

0.15.0

12 Feb 16:54
06b932e
Compare
Choose a tag to compare

Adds support for Microsoft Azure active directory via #48

0.14.0

28 Jan 17:32
d71416e
Compare
Choose a tag to compare

Adds support for Auth0 via #46

0.13.1

03 Sep 12:18
1ad6a9b
Compare
Choose a tag to compare

Applying facebook scope parameters to OAuth request.

v0.13.0

25 Apr 12:14
b60f0e7
Compare
Choose a tag to compare

Keycloak Support

Adds support for the Keycloak API as a federated auth service. Checkout the setup guide!

0.12.0

12 Apr 13:01
a73e327
Compare
Choose a tag to compare
  • authURL now has request available to generate hashes
  • Added support for Gitlab

v0.11.3

02 Apr 22:52
edf50aa
Compare
Choose a tag to compare

Fixes closures authenticatedCallback on linux by making them throwing

v0.11.2

02 Apr 11:29
25ec325
Compare
Choose a tag to compare

Correct Redirect Variable

The redirect variable used FederatedServiceRouter.configureRoutes method was overridden with the authVariable parameter. Use .self should fix that.

v0.11.1

29 Mar 12:14
b92bade
Compare
Choose a tag to compare

Throwing Authenticated Callback

Made the FederatedServiceRoute.configureRoutes authenticatedCallback closure throwing (#31)

v0.11.0

29 Mar 11:34
e5b3b54
Compare
Choose a tag to compare

Authenticated Callback

Adds and authenticatedCallback to the FederatedServiceRoute.configureRoutes method (#30).