dwyl / auth-mvp

:key: Prototype Authentication Service
https://auth-mvp.herokuapp.com/
4 stars 0 forks source link

Create html auth page #19

Open SimonLab opened 4 years ago

SimonLab commented 4 years ago

To allow applications to use the dwyl authentication service directly without using the api, we need to create a specific controller which will display the oauth urls to login with Google or Github.

see also: https://github.com/dwyl/app-mvp-elm/issues/32 image

SimonLab commented 4 years ago

I'm currently trying to fix tests using the :api pipe: image

nelsonic commented 4 years ago

@SimonLab this is now implemented in https://github.com/dwyl/auth/pull/43 🙌