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 ombu_labs-auth for authentication #297

Merged
merged 3 commits into from
Jun 12, 2023
Merged

Use ombu_labs-auth for authentication #297

merged 3 commits into from
Jun 12, 2023

Conversation

arielj
Copy link
Contributor

@arielj arielj commented Jun 12, 2023

Jira Ticket

This replaces #279 using the latest version of the ombu_labs-auth gem.

Motivation / Context

We extracted authentication into a gem to make it easy to share between projects. This project was not using this gem yet.

QA / Testing Instructions

You need to setup the Github related env variables and test that the login is still working.

I could setup the staging environment for this if needed.


I will abide by the code of conduct.

@@ -1,16 +1,19 @@
<%- title = defined?(header_title) ? header_title : "points app" %>
<%- link = defined?(header_link) ? header_link : "/projects" %>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need this because the devise controllers do not extend ApplicationController

@etagwerker etagwerker self-requested a review June 12, 2023 19:23
Copy link
Member

@etagwerker etagwerker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arielj Thanks for submitting this! I'll QA it now. Changes look good.

@etagwerker
Copy link
Member

@arielj This works as expected. 👍🏼

@etagwerker etagwerker merged commit e1dce76 into main Jun 12, 2023
3 checks passed
@etagwerker etagwerker deleted the add-ombu-labs-auth branch June 12, 2023 19:28
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.

None yet

2 participants