-
Notifications
You must be signed in to change notification settings - Fork 602
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
Add Octane GitHub guide. #1832
Add Octane GitHub guide. #1832
Conversation
temporary authorization code. The temporary authorization code acts as a | ||
single use bridge to authorization. | ||
|
||
### Add `ember-simple-auth` Mixins to Routes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any chance you could add how to use a custom mixin ... I'm trying to override authenticationRoute
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for writing this really detailed guide - it reads great ✨ I left a few more suggestions - let me know what you think!
As with the original `ember-simple-auth` guide, the approach here mirrors any | ||
OAuth2 explicit grant flow used also by Facebook, Google, etc. | ||
|
||
You can find a sequence diagram for the flow [here](http://github.com/simplabs/ember-simple-auth/guides/assets/esa-initial-flow.txt.png). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems the link does not return an image yet - can you check if this works for you?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
Co-Authored-By: Jessica Jordan <jessica.jordan.fe.dev@gmail.com>
@jessica-jordan Thanks for the edits! I've looked over the document and made some more changes incorporating your comments. |
Co-Authored-By: Jessica Jordan <jessica.jordan.fe.dev@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thank you for writing this extensive Authorisation Guide - this reads great ✨
Hi, all. I made great use of the GitHub guide to implement GitHub authentication/authorization on an Ember Octane app I'm working on, but I didn't like that the current guide:
ember-ajax
So I updated it and offer the update here as a complement, instead of replacement, to the original. Thanks!