- CREATE AN APP. you can do this here after you turn on developer mode.
- DO NORMAL OAUTH.
- send your users to
https://hca.dinosaurbbq.org/oauth/authorizewith the right params - get code at your redirect URI
- exchange code at
POST /oauth/tokenlike any other OAuth provider - read more at OAuth Guide if you need help figuring it out
- send your users to
- CALL
GET /api/v1/mewith that bearer token.- use the data returned to populate your user profile
- read more at API if you need help figuring it out
TL;DR
you want to Sign in with Hack Club, i won't waste your time.