curveball / a12n-server

An open source lightweight OAuth2 server
Apache License 2.0
448 stars 49 forks source link

Public API docs/intended usage? #429

Closed brianjenkins94 closed 1 year ago

brianjenkins94 commented 2 years ago

Cool project! Not sure if I missed it (or maybe I can help add it), but what is the expected way to interface with this currently?

brianjenkins94 commented 2 years ago

I think I've found it: https://github.com/curveball/a12n-server/blob/token-metadata/src/routes.ts#L68-L118

evert commented 2 years ago

Hi Brian,

That link seems to be dead =( Admittedly the docs arent' really great right now, but for the most part we just try to implement OAuth2 apis.

In lieu of writing all the documentation, is there something in particular you're trying to accomplish? Note that you can just open this API in a browser everything you see there, you can also see when doing a GET request with a client (and you'll get json instead of HTML)