mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Link to authentication docs
This commit is contained in:
parent
9cb44be42f
commit
8524866fdf
1 changed files with 1 additions and 1 deletions
|
|
@ -953,7 +953,7 @@ actor_from_request(datasette, request)
|
|||
``request`` - object
|
||||
The current HTTP :ref:`internals_request`.
|
||||
|
||||
This is part of Datasette's authentication and permissions system. The function should attempt to authenticate an actor (either a user or an API actor of some sort) based on information in the request.
|
||||
This is part of Datasette's :ref:`authentication and permissions system <authentication>`. The function should attempt to authenticate an actor (either a user or an API actor of some sort) based on information in the request.
|
||||
|
||||
If it cannot authenticate an actor, it should return ``None``. Otherwise it should return a dictionary representing that actor.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue