-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChanges
More file actions
34 lines (28 loc) · 1.04 KB
/
Changes
File metadata and controls
34 lines (28 loc) · 1.04 KB
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
Revision history for Dancer::Plugin::Users
0.06 upcoming
- added sign-in via Facebook and Google (based on a light
re-implementation of OAuth 2.0 in this module)
- added sign-in via Twitter (based on Net::Twitter::Lite
and OAuth v1.0a
- routes rearranged: openid_login is now /openid, complemented
by new /oauth; view /login now serves all login routes
- view /openid_register relaced by modular /register view
- users table scheme gets updated for new authen services,
when used
- internal api for oauth2, many code changes
0.05 2014-07-09
- redirect user correctly after registering
0.04 2014-06-28
- configurable route_layout, default: main
- redirected user to referer in case the login prompt was the
result of a visit to a certain page
0.03 2014-01-05
- password blacklisting regex improved and now get precompiled
- password blacklisting regex user appendable
- after_login redirect now configurable
- More POD, on password strength checks
- Added a Changes file
0.02 2013-12-23
- POD changes
0.01 2013-12-21
- First release.