curl --request GET \
--url https://api.example.com/api/v1/auth/oauth/{provider}/callback{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}Handle the OAuth callback: exchange code → tokens, find/create user, set session.
curl --request GET \
--url https://api.example.com/api/v1/auth/oauth/{provider}/callback{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.riftmap.dev/llms.txt
Use this file to discover all available pages before exploring further.