- Explicitly set the
Content-Type
to betext/html
to prevent errors whenX-Content-Type-Options: nosniff
is set.
Thanks to Michał Miszczyszyn.
- expose
oauthConfig
,randomState
andrenderResponse
methods to allow repurposing of the internals for non-vercel contexts. - add
OAUTH_HOST
,OAUTH_TOKEN_PATH
andOAUTH_AUTHORIZE_PATH
environment variables for more configuration.
Initial release