Skip to content

Handles Firebase Oauth login callback

POST
/oauth/firebase/{driver}/callback
curl --request POST \
--url http://localhost:8000/api/v1/oauth/firebase/example/callback \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "token": "example" }'
driver
required
string

Oauth provider name

Media type application/json
object
token

Firebase token

string
Example generated
{
"token": "example"
}

Credentials verified

Invalid token

Server error