Skip to content

Releases: songkick/oauth2-provider

0.10.4

15 Mar 13:13
Compare
Choose a tag to compare
  • Upgrade codebase for compatibility with ActiveRecord 6.1
  • Upgrade codebase for compatibility with Ruby 3
  • Upgrade specs with usage of modern RSpec expectation syntax
  • Add support for multiple redirect_uris per client using ';' as a separator

0.10.3

24 Oct 09:54
Compare
Choose a tag to compare
  • Add support for query strings in the client redirect uri

  • Do not allow the user arg for Provider.access_token() to be nil
    (Use :implicit for implicit user lookup)

  • see the full list of changes