curl --request GET \
--url https://api.example.com/api/v1/auth/oauth/{provider}/start{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}Generate OAuth state + PKCE, cache in Redis, redirect to provider.
curl --request GET \
--url https://api.example.com/api/v1/auth/oauth/{provider}/start{
"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.