aboutsummaryrefslogtreecommitdiff
path: root/app/helpers/welcome_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* REUSE: Add AGPL-3.0-or-later to app/*hellekin2020-10-291-0/+4
|
* Add Authentication logichellekin2020-10-051-0/+2
The ApplicationController provides a `current_user` method (and helper) to access the authenticated user (if any). The WelcomeController provides minimal logic to authenticate against DiscourseSSO. Current state is that one can login and logout. Views need a lot of work.