-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHistory.txt
32 lines (19 loc) · 1005 Bytes
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
=== 0.10.4 / 2023-03-15
* 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 / 2017-10-24
* 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)
=== 0.10.2 / 2012-10-31
* Stop Model::Authorization#scope being set to an empty string and returned as
such in Provider::Exchange responses
=== 0.10.1 / 2012-10-29
* Add uniqueness constraints to the database for various Authorization properties
* Make Authorization.new() and Authorization.create() private
* Disallow client_secret from being sent in a query string
* Use SecureRandom where available to generate tokens
=== 0.10.0 / 2012-08-27
* Initial release, implements http://tools.ietf.org/html/draft-ietf-oauth-v2-10