You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the demo instances and the code in the tutorial are relying on Basic Authentication. We should get rid of these examples and let the users directly rely on OAuth providers instead.
The user id should be unique, and the way to do this is to rely to an external authn provider, and all of the services we integrate with are integrable by using OAuth.
We should make it really easy to have the examples integrate with Github / Twitter / Facebook authentication. For instance, having them defined as extra-dependencies could make sense. Consider:
$ pip install kinto[github-auth]
The text was updated successfully, but these errors were encountered:
I hope that does not mean Kinto can't run without an OAuth provider... If Kinto can run with Basic Auth (or no auth at all), I think the tutorial should use it to KISS.
When I am trying a new storage service and following a tutorial, I don't care about authentication. It's not something I care about until I deploy the service. (or try out stuff around permissions etc)
If your tutorial forces me to use Github, Twitter or Facebook - It makes me want to stop right there.
Originally reported at mozilla-services/cliquet#590
Currently, the demo instances and the code in the tutorial are relying on Basic Authentication. We should get rid of these examples and let the users directly rely on OAuth providers instead.
The user id should be unique, and the way to do this is to rely to an external authn provider, and all of the services we integrate with are integrable by using OAuth.
We should make it really easy to have the examples integrate with Github / Twitter / Facebook authentication. For instance, having them defined as extra-dependencies could make sense. Consider:
$ pip install kinto[github-auth]
The text was updated successfully, but these errors were encountered: