Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor authentication method to make it a bit more readable | hellekin | 2020-10-06 | 1 | -35/+67 |
| | |||||
* | First pass at something visible | hellekin | 2020-10-06 | 3 | -0/+38 |
| | | | | This is a first version of the application, to go beyond simple authentication. | ||||
* | Extract Role check to a background job | hellekin | 2020-10-06 | 1 | -9/+3 |
| | | | | | | | When using SSO, the Discourse sends a list of the user groups. We take the opportunity to update Agency information for the user. This is performed as a background job, as it involves networked requests to the Discourse, e.g., to verify group ownership... | ||||
* | Add Authentication logic | hellekin | 2020-10-05 | 2 | -0/+94 |
| | | | | | | | | | | | 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. | ||||
* | rails new incommon-map -d postgresql -C -T | hellekin | 2020-10-05 | 2 | -0/+2 |