forked from marcusramberg/Mojolicious-Plugin-OAuth2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
37 lines (27 loc) · 925 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
0.8 2012-08-23 22:07:00
- Add get_authorize_url() helper (Batman)
- Support sync without callback.
- Better Mojo::Delay integration (Batman)
0.7 2012-05-30 12:00:00
- separate ua for oauth (Batman)
- support extra auth parameters (Judofyr)
- Fix broken tests (Peder Stray)
0.6 2012-03-09 00:00:00
- Change to use app_url
0.5 2011-10-19 13:54
- Add SSL dependency
0.4 2011-07-06 18:57
- Add support for google oauth2 provider
0.3 2011-09-04 21:39
- Fix tests for recent Mojolicious
0.2 2011-04-03 02:01:00
- Fix test suite on newer mojolicious (minimalist)
- Fix live test to check for 301 redirect.
0.1 2011-04-03 02:01:00
- Update to use UserAgent rather than the deprecated
Client.
0.02 2011-01-09 18:58:00
- Fixed code example in synopsis
- Rename callback* to on_*
0.01 2011-01-08 11:55:00
- Initial release