fastenhealth / docs

WIP Documentation for Fasten Health.
https://docs.fastenhealth.com/
31 stars 6 forks source link

use response_mode=fragment to return authroization code #28

Closed AnalogJ closed 2 years ago

AnalogJ commented 2 years ago

https://auth0.com/docs/authenticate/protocols/oauth

If we use response_mode=fragment, we can ensure that the Fasten Lighthouse NEVER sees the authroization code either, and redirect back to the app directly.

AnalogJ commented 2 years ago

this is complete.