-
-
Notifications
You must be signed in to change notification settings - Fork 703
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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 |
# for free
to join this conversation on GitHub.
Already have an account?
# 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: