-
Notifications
You must be signed in to change notification settings - Fork 116
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
Changes for Doorkeeper 5.2 #85
Conversation
@toupeira |
9ca1e42
to
3f53e0f
Compare
@linhdangduy thanks for offering your help, that's greatly appreciated! ❤️ I've extracted Rails 6 support into its own issue and removed it again from IIRC the Doorkeeper 5.2 compatibility is pretty much done now in this PR, Travis is passing so I think I'll take another look at it this week and will cut a release. In the meantime, if you or anybody else could do a review, or test it in your application, that would be very awesome! |
I had the same problem as the original issue
Using this branch makes the error disappear and the rest of my flow is now working. env:
|
Thanks a lot @toupeira !! I will be experimenting with 1.7.0 and get back with feedback. |
Thanks for landing this @toupeira! I see the autoload constants deprecation warning is gone, nice! Got my tests passing again and everything is still working for me. The Doorkeeper migration guide could use more detail, but I was able to work through figuring out the translations changed, migrations changed and scopes are now required (not just for the db, but also auth calls). Thanks again. |
Oh, thanks @ansonhoyt for writing this. There are many changes and I can't always remember to fill migration guides with all the notes. Maybe you can remember what you've done during migration and add some missed details to upgrade guides ? Would be very helpfull! Also I think I need to improve PR template 👍 |
@nbulaj thank you for your maintenance on such a useful gem! That's a very fair request. I'll be revisiting our OIDC setup with my current project when working on getting the SSO working, so will keep an eye out for things to put into a PR. I'm missing deadlines on core features right now, so it might be a while 😟 |
Closes #88