method
App.AuthenticateAPIKey
func (application *App) AuthenticateAPIKey(
ctx context.Context,
raw string,
) (store.Document, error)Resolve a bearer API key to its current user without creating a browser session.
method
func (application *App) AuthenticateAPIKey(
ctx context.Context,
raw string,
) (store.Document, error)Resolve a bearer API key to its current user without creating a browser session.