This repository has been archived by the owner on Jun 20, 2022. It is now read-only.
forked from pallets-eco/flask-social
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
86 lines (52 loc) · 1.58 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Flask-Social Changelog
======================
Here you can see the full list of changes between each Flask-Social release.
Version 1.6.2
-------------
Released November 13 2013
- Changed provider.get_connection_values() to also return Full Name (if avaliable)
- Fixed bug in the connect_callback() fuction to redirect upon OAuth failure
Version 1.6.1
-------------
Released July 25 2013
- Changed google provider to use oauth2 service instead of plus service
- Fixed MongoEngine datastore to support multiple versions
- Fixed bug when a user denies access from OAuth provider
- Fixed foursquare provider image_url bug
Version 1.6.0
-------------
Released April 04 2013
- Added Peewee support
- Refactored tests
- Code cleanup
Version 1.5.5
-------------
Released March 03 2013
- Fixed configuration bug concerning deeper dictionary values
- Fixed facebook display name bug
Version 1.5.4
-------------
Released December 23 2012
- Change dependency requirement
Version 1.5.3
-------------
Released December 12 2012
- Fix small bug with default configuration
Version 1.5.2
-------------
Released December 11 2012
- Fix small bug with provider modules
Version 1.5.1
-------------
Released October 12 2012
- Change default blueprint name to 'social' to match up with 'security'
- Ensure commit is called after social login
- Abstract a bit of the connection callback for more flexibility. See the example app
Version 1.5.0
-------------
Released October 11 2012
- Updated to sync up with latest release of Flask-Security
Version 0.1.0
-------------
Released March 2012
- Initial release