-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement the device authorization endpoint #1
Conversation
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.
looks like a bunch of generated sql migrations.. i'm sure it's ok.. just.. godocs :)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## canonical #1 +/- ##
============================================
Coverage ? 75.50%
============================================
Files ? 134
Lines ? 10232
Branches ? 0
============================================
Hits ? 7726
Misses ? 1988
Partials ? 518 ☔ View full report in Codecov by Sentry. |
Complementary PR to canonical/fosite#2
The changes in this PR are based on the work done in ory#3252 (a lot of the work is taken unchanged).
This PR is intended to implement the logic described in paragraphs RFC8628 - Section 3.1 and RFC8628 - Section 3.1.
Future work: