Imperial

Federated Authentication with OAuth providers

MIT License

Stars
152
Committers
22

Bot releases are visible (Hide)

Imperial - 1.2.0 Latest Release

Published by 0xTim over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/vapor-community/Imperial/compare/1.1.0...1.2.0

Imperial - 1.1.0

Published by 0xTim over 3 years ago

Imperial 1.1.0

Adds support for Discord (#77)

Imperial - 1.0.1

Published by calebkleveter over 3 years ago

Fixes URL used for authentication with Microsoft.

Imperial - 1.0.0

Published by 0xTim over 3 years ago

Imperial 1.0.0

Support for Vapor 4. See the docs for usage information.

Imperial - 0.17.0

Published by 0xTim almost 4 years ago

Add support for Imgur(#55) Mixcloud (#57 ) and DeviantArt (#56)

Note: this release still targets Vapor 3 - a Vapor 4 version will be released soon

Imperial - 0.16.1

Published by 0xTim about 4 years ago

Make the tenant ID for Microsoft configurable via an environment variable - #67

Imperial - 1.0.0 Beta 2

Published by 0xTim about 4 years ago

Update the latest release to pull in changes and resolve #66

Imperial - 1.0.0-beta.1

Published by gwynne over 4 years ago

Fully updated for Vapor 4!

While there are no known major issues with this release at the time of this writing, it's too early to call this a release candidate. As a result, this version is being released as a pre-release and with a beta tag. At some point before RC, the 4 branch will me merged to master and a legacy support branch will spin off for the benefit of Vapor 3 users.

Imperial - 0.16.0

Published by calebkleveter over 4 years ago

Imperial - 0.15.0

Published by 0xTim over 4 years ago

Adds support for Microsoft Azure active directory via #48

Imperial - 0.14.0

Published by 0xTim over 4 years ago

Adds support for Auth0 via #46

Imperial - 0.13.1

Published by rafiki270 about 5 years ago

Applying facebook scope parameters to OAuth request.

Imperial - v0.13.0

Published by calebkleveter over 5 years ago

Keycloak Support

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

Imperial - 0.12.0

Published by rafiki270 over 5 years ago

  • authURL now has request available to generate hashes
  • Added support for Gitlab
Imperial - v0.11.3

Published by rafiki270 over 5 years ago

Fixes closures authenticatedCallback on linux by making them throwing

Imperial - v0.11.2

Published by calebkleveter over 5 years ago

Correct Redirect Variable

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

Imperial - v0.11.1

Published by calebkleveter over 5 years ago

Throwing Authenticated Callback

Made the FederatedServiceRoute.configureRoutes authenticatedCallback closure throwing (https://github.com/vapor-community/Imperial/pull/31)

Imperial - v0.11.0

Published by calebkleveter over 5 years ago

Authenticated Callback

Adds and authenticatedCallback to the FederatedServiceRoute.configureRoutes method (https://github.com/vapor-community/Imperial/pull/30).

Imperial - v0.10.0

Published by calebkleveter over 5 years ago

Configurable Env Vars

Made the token struct environment variable names configurable by making them static.

Imperial - v0.9.1

Published by calebkleveter over 5 years ago

Shopify Upgrades