buda-base / blmp-prototype-flow

Prototype of BLMP client, implemented using flow.
0 stars 0 forks source link

auth integration #2

Open eroux opened 6 years ago

eroux commented 6 years ago

We should integrate a login facility for users. In a first time it should just allow users to log in and display their name, and in a second time when the server will be ready, the auth token will be transmitted. We'll be using Auth0 which is an OpenIDConnect (or oidc) which is a layer above OAuth2. These are all widespread standards and some high level libraries exist, see this one integrating Auth0 and React. It's not an emergency but that would be an interesting first step in the low-level plumbing.

berger-n commented 6 years ago

successful attempt ! locally for now (using my own test account as discussed earlier)

xristy commented 6 years ago

cool!