wemake-services / kira

:chipmunk: Project management framework with deep philosophy underneath
70 stars 14 forks source link

Create OAuth login mechanism via Gitlab #15

Closed sobolevn closed 5 years ago

sobolevn commented 5 years ago

We need to implement OAuth login via Gitlab. We can use ueberauth for that.

Later this feature will be required to create working/not-working buttons.

Scope:

  1. Controller to work with auth requests
  2. Modifications to Kira.Accounts.Entities.User that are required for auth to work
  3. Integration tests that auth is working
mgrishko commented 5 years ago

I'll do it upd. - next week, till 09.06

rsolovjov commented 5 years ago

Was this issue completed? I saw dependencies in mix and config files

sobolevn commented 5 years ago

Yeap: https://github.com/wemake-services/kira/blob/master/lib/kira_web/controllers/auth_controller.ex

Just not closed 🙂