You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instalilng the last oauth2 1.x release produces this warning:
You have installed oauth2 version 1.4.11, which is EOL.
No further support is anticipated for the 1.4.x series.
OAuth2 version 2 is released.
There are BREAKING changes, but most will not encounter them, and upgrading should be easy!
We have made two other major migrations:
1. master branch renamed to main
2. Github has been replaced with Gitlab
Please see:
• https://gitlab.com/oauth-xx/oauth2#what-is-new-for-v20
• https://gitlab.com/oauth-xx/oauth2/-/blob/main/CHANGELOG.md
• https://groups.google.com/g/oauth-ruby/c/QA_dtrXWXaE
Please upgrade, report issues, and support the project! Thanks, |7eter l-|. l3oling
Could dropbox_api be updated to allow use of oath2 2.x, perhaps allowing both 1.x and 2.x?
The text was updated successfully, but these errors were encountered:
dropbox_api requires
oauth1
gem 1.xdropbox_api/dropbox_api.gemspec
Line 24 in 11bd1cf
However,
oauth
gem now has a 2.0 release as of June 2022. https://rubygems.org/gems/oauth2/versions/2.0.0Instalilng the last oauth2 1.x release produces this warning:
Could dropbox_api be updated to allow use of oath2 2.x, perhaps allowing both 1.x and 2.x?
The text was updated successfully, but these errors were encountered: