serverless-indieauth (barnacle)
- GET
/.well-known/oauth-authorization-server - Show IndieAuth Server Metadata.
- GET
/auth - Show login form to Authenticate.
- POST
/auth - Exchange
codefor Profile Information. - GET
/token(legacy) - Check if
tokenis valid. - POST
/token - Exchange
codefor Access Token. - POST
/introspect - Check if
tokenis valid. Updated from GET/tokenon Feb 2022. - GET
/userinfo - Get User Information.