-
-
Notifications
You must be signed in to change notification settings - Fork 693
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
Ability to sign in to Datasette as a root account #784
Comments
I'm calling this the |
For the first version of this I'm not going to use passwords at all. I'll implement this:
The Signed cookie means Datasette needs a secrets recipe. I'll open a new issue for that. |
The URL for this will be:
The token will be generated by Datasette on startup and will only be valid for a single request, at which point it will be used to set a signed |
I'm considering this done. I'm going to leave it to plugins to implement a web-based sign-in flow for accounts (at least for the moment). |
Originally posted by @simonw in #699 (comment)
The text was updated successfully, but these errors were encountered: