-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Social auth for Tumbo Console and Applications #1
Labels
Comments
Apps should be able to integrate this feature in their app simple and easy.
|
philipsahli
changed the title
Social auth for Tumbo Console and Applications
social auth for Tumbo Console and Applications
Jul 17, 2016
Lot of work done in PR #4 |
Added frontend_host to be able to use with a proxied project. 98b3c61 |
philipsahli
changed the title
social auth for Tumbo Console and Applications
Social auth for Tumbo Console and Applications
Nov 2, 2016
Detailled doc is missing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By now, Tumbo only support username/password authentication into the console. For later usage in a Saas-offer Tumbo should also support Social auth by using https://github.com/omab/python-social-auth.
But more important is Social auth authentication for Tumbo Applications.
Because auth on app level is not suported by now, on https://httptest.sahli.net/ (see repo https://github.com/sahlinet/httptest uses generated ressource ids awhich are linked to email addresses.
The architecture and process might look like:
AUTH FRONTEND
The frontend and api (drf) must have been enabled social auth login.
AUTH BACKEND (worker)
The text was updated successfully, but these errors were encountered: