-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
- Loading branch information
1 parent
4eac700
commit 235cf92
Showing
4 changed files
with
56 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
============================== | ||
Flask-SSO v0.2.0 is released | ||
============================== | ||
|
||
Flask-SSO v0.2.0 was released on June 26, 2014. | ||
|
||
About | ||
----- | ||
|
||
Flask-SSO is a Flask extension permitting to set up Shibboleth | ||
Single-Sign-On authentication in Flask based web applications. | ||
|
||
What's new | ||
---------- | ||
|
||
- Allowing ';' separator in HTTP data. | ||
- Fix for dictionary key order in tests. | ||
- Fix for Python 3.3 string comparison. | ||
- New dependency: Blinker. | ||
- Code coverage improved to 100%. | ||
- New configuration option SSO_LOGIN_ENDPOINT. | ||
|
||
Installation | ||
------------ | ||
|
||
$ pip install Flask-SSO | ||
|
||
Documentation | ||
------------- | ||
|
||
http://flask-sso.readthedocs.org/en/v0.2.0 | ||
|
||
Homepage | ||
-------- | ||
|
||
https://github.com/inveniosoftware/flask-sso | ||
|
||
Good luck and thanks for choosing Flask-SSO. | ||
|
||
| Invenio Development Team | ||
| Email: info@invenio-software.org | ||
| IRC: #invenio on irc.freenode.net | ||
| Twitter: http://twitter.com/inveniosoftware | ||
| GitHub: http://github.com/inveniosoftware | ||
| URL: http://invenio-software.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters