-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are assertions supported? #100
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm building a Rails API with a separate web frontend app as "just another API client" (various smartphone apps to follow as well). In the previous "monolithic" version of the service, where all the server side was rolled into one Rails app, we used OmniAuth to allow users to sign in with Facebook, Twitter and a few other services.
I see from https://github.com/songkick/oauth2-provider#using-assertions that OAuth "assertions" might be the key in letting us keep this convenient "sign in with [external ID provider]" feature while securing our API with OAuth.
Are assertions supported in Doorkeeper, and if so how do we use them?
The text was updated successfully, but these errors were encountered: