G-Node / gin-proc

BSD 3-Clause "New" or "Revised" License
0 stars 7 forks source link

Authenticate user from GIN web app #16

Closed mrinalwahal closed 5 years ago

mrinalwahal commented 5 years ago

As for the testing environment, I'm authenticating the dev user using a personal access token designed manually. Eventually, we'll have to authenticate the user using their GIN username and password, just the way Drone does it.

mrinalwahal commented 5 years ago

This is done. gin-proc micro-service now authenticates the user with GIN credentials and automatically installs a personal access token for future use. We can close this issue in the end.

achilleas-k commented 5 years ago

Done in #14 (close when merged)