home / docs / sections_fts

Menu

sections_fts: 49

This data as json

rowid title content
49 await .verify_token(token) token - string The token string to verify. This is an async method that verifies an API token by trying each registered token handler in order. Returns an actor dictionary from the first handler that recognizes the token, or None if no handler accepts it. actor = await datasette.verify_token(token) if actor: # Token was valid print(actor["id"])
Powered by Datasette · Queries took 2.109ms