SurrealDB Docs Logo

Enter a search query

->authenticate()

Authenticates the current connection with a JWT token.

Method Syntax
$db->authenticate($token)

Arguments

ArgumentsDescription
token required

The JWT authentication token.

Example usage

$db->authenticate('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJTdXJyZWFsREIiLCJpYXQiOjE1MTYyMzkwMjIsIm5iZiI6MTUxNjIzOTAyMiwiZXhwIjoxODM2NDM5MDIyLCJOUyI6InRlc3QiLCJEQiI6InRlc3QiLCJTQyI6InVzZXIiLCJJRCI6InVzZXI6dG9iaWUifQ.N22Gp9ze0rdR06McGj1G-h2vu6a6n9IVqUbMFJlOxxA');

You can invalidate the authentication for the current connection using the invalidate() method.

On this page

© SurrealDB GitHub Discord Community Cloud Features Releases Install