forked from alphagov/e-petitions
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
pixeltrix
commented
Dec 17, 2023
•
edited
Loading
edited
- 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
pixeltrix
force-pushed
the
sso-feature
branch
from
December 20, 2023 09:43
8c1cba2
to
b9acb3c
Compare
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]>
…-5.6.8 Bump puma from 5.6.7 to 5.6.8
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.
pixeltrix
force-pushed
the
sso-feature
branch
from
January 26, 2024 12:34
b9acb3c
to
1a0293e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.