vapor-community / Imperial

Federated Authentication with OAuth providers
MIT License
153 stars 48 forks source link

Auth0 support missing #82

Closed paulyhedral closed 1 year ago

paulyhedral commented 3 years ago

The documentation mentions being able to use Auth0, but there doesn't seem to be any support for it in the code. The docs mention a package called ImperialAuth-, which doesn't exist, and (assuming that that is a type and the '-' is actually meant to be a '0'), attempting to import ImperialAuth0 also fails.

0xTim commented 3 years ago

Looks like it got missed off between the Vapor 4 release and being merged into the Vapor 3 branch. It should be simple enough to add if anyone wants to take this on

jinthagerman commented 1 year ago

Ive migrated this over to be compatible with the Vapor 4 release https://github.com/vapor-community/Imperial/pull/93