Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Authentication logic | hellekin | 2020-10-05 | 1 | -1/+6 |
| | | | | | | | | | | | 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. | ||||
* | Configure Discourse SSO | hellekin | 2020-10-05 | 3 | -0/+14 |
| | | | | | | | | We're creating a minimal User model that will be filled from SSO. We also configure Inflections so we can use SSO instead of Sso which looks weird for a module named after an acronym. Use Discourse as SSO: https://meta.discourse.org/t/using-discourse-as-a-sso-provider/32974 | ||||
* | Add Discourse SSO code | hellekin | 2020-10-05 | 3 | -1/+20 |
| | |||||
* | Create database setup | hellekin | 2020-10-05 | 1 | -0/+5 |
| | |||||
* | rails new incommon-map -d postgresql -C -T | hellekin | 2020-10-05 | 27 | -0/+678 |