hpi-swt2 / workshop-portal

A Ruby on Rails app to manage workshops
http://workshopportal.herokuapp.com/
MIT License
21 stars 13 forks source link

Login via OpenID #637

Open annkatrinkuessner opened 7 years ago

annkatrinkuessner commented 7 years ago

As pupil

I want to log in with other accounts via OpenID

In order to only remember one password for all my accounts.

cmfcmf commented 7 years ago

OAuth is probably the more recent and most used protocol these days. Although OpenID would still be great for HPI users.

bjrne commented 7 years ago

We probably don't have to reinvent the wheel for openID; I found another swt2 project that already implemented that, although I haven't checked the code yet. https://github.com/hpi-swt2/event-und-raumplanung

corinnaj commented 7 years ago

Check if OmniAuth is compatible with CanCanCan

cmfcmf commented 7 years ago

Check if OmniAuth is compatible with CanCanCan

Authentication is not Authorization, so the question rather was wheter Devise supported OmniAuth. And Devise does, see #663.