Authenticating API for users

You can get a JWT for a logged in user by hitting /members/api/session/
(this is current as of v5, the endpoint on the link below is out of date).

Pass that to app, and have app validate it.
the Public Key is at /members/.well-known/jwks.json

1 Like