-
-
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
Document the ds_actor signed cookie #826
Milestone
Comments
I should probably add a utility function for setting that cookie - right now the only code that does that is here: datasette/datasette/views/special.py Lines 63 to 76 in dfff34e
|
Also a good reminder that I need a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most authentication plugins (https://github.com/simonw/datasette-auth-github for example) are likely to work by setting the
ds_actor
signed cookie, which is already magically decoded and supported by default Datasette here:datasette/datasette/actor_auth_cookie.py
Lines 1 to 13 in 4fa7cf6
I should document this.
The text was updated successfully, but these errors were encountered: