poem
poem copied to clipboard
Possible to use relative paths with OAuth?
Is it possible to use relative paths like this (or a custom checker
function)?
#[derive(SecurityScheme)]
#[oai(
type = "oauth2",
flows(authorization_code(
authorization_url = "/authorize",
token_url = "/proxy",
scopes = "GithubScopes"
))
)]
Is it because your server supports OAuth2?
Yes, I am using oxide auth to make my own OAuth provider and was wondering if poem openapi can plug directly into that.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.