mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-01 15:54:53 +00:00

This creates Google, Github, Microsoft and Facebook login integrations. Other providers can also be added if needed. Accounts still need to be created in the community auth system, and will be automatically created on first login, when the user also gets to pick a username. Once an account exists, it will be matched on email address from the external systems. No methods are enabled by default, as they all require encryption keys and identities configured in local_settings.py. Review by Stephen Frost, Jonathan Katz and Daniel Gustafsson.
8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
Django==1.8.13
|
|
django-markdown==0.2.1
|
|
psycopg2==2.5
|
|
pycrypto==2.6
|
|
django_markwhat==1.4
|
|
requests-oauthlib==0.4.0
|
|
|