Skip to content

Handles Oauth login callback

GET
/oauth/{driver}/callback
curl --request GET \
--url http://localhost:8000/api/v1/oauth/example/callback \
--header 'Authorization: Bearer <token>'
driver
required
string

Oauth provider name

Server error