-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathChanges
23 lines (18 loc) · 894 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Revision history for Net-OAuth2-AuthorizationServer
0.09 2016-08-31
- Fix clients with a client_secret must use Authorization Code
flow and not Implicit Grant flow
- Fix pass redirect_uri and response_type to verify_client cb
so correct validation can be done for above fix
0.08 2016-08-31
- Add Net::OAuth2::AuthorizationServer::ImplicitGrant
0.07 2016-05-12
- Transfer repo from G3S to Humanstate
0.06 2016-04-17
- Add Net::OAuth2::AuthorizationServer::PasswordGrant
- Add Net::OAuth2::AuthorizationServer::Manual
0.03 2016-04-11
- First release, broken out of Mojolicious::Plugin::OAuth2::Server
for better abstraction and decoupling from the Mojolicious framework.
Should also allow tidying up of method args and easier additions of
other OAtuth2 grant types