Skip to content
Prev Previous commit
Next Next commit
Python 3.9 and Pyramid 1.10 support of a few providers.
  • Loading branch information
katzlbt committed Oct 25, 2023
commit d3c62390e38be13edd48ba36b9d20e63068e8a63
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.3.9 beta (2023-10-25)
==================

Python 3.9 and Pyramid 1.10 support verified, moved most providers from lib to main directory as possibly outdated (openid), Google, Gitub and Facebook (unverified) remaining. Twitter kicked us out, so moved too. Simply copy a provider back if you need it.

1.1.1 (2013-08-29)
==================

Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
I verified that velruse works with Pyramid 1.10 and Python 2.7 - 3.9 without additional changes.
I removed most providers to the root directory, many are completely outdated.
Google works with localhost. Apple provider is missing badly!

Velruse is a set of authentication routines that provide a unified way
to have a website user authenticate to a variety of different identity
providers and/or a variety of different authentication schemes.
Expand Down