Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use SSO for moderation portal #21

Closed
wants to merge 11 commits into from
Closed

Use SSO for moderation portal #21

wants to merge 11 commits into from

Conversation

pixeltrix
Copy link
Member

@pixeltrix pixeltrix commented Dec 17, 2023

  • Replace use of Authlogic token generator
  • Migrate from Authlogic to Devise
  • Remove password reset feature
  • Remove admin user CRUD feature
  • Replace database authentication with omniauthable
  • Add SSO for support staff
  • Add SSO for parliament staff

thatkevin and others added 11 commits January 8, 2024 13:18
Fix building of mailcatcher docker image for Ruby 2.7
Bumps [puma](https://github.com/puma/puma) from 5.6.7 to 5.6.8.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v5.6.7...v5.6.8)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Sometimes a response is posted and the department then changes its mind.
* Track the number of emails sent
* Track when the emails have finished enqueuing
The Authlogic gem uses SecureRandom.urlsafe_base64 internally but we can use
the SecureRandom.base58 method to restrict it to alphanumeric characters.
Devise has better support for alternative authentication systems and things like 2FA.
Once migrated there will be no passwords to reset.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants