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

Fix Django Auth #86

Merged
merged 3 commits into from
Mar 2, 2023
Merged

Fix Django Auth #86

merged 3 commits into from
Mar 2, 2023

Conversation

JSv4
Copy link
Owner

@JSv4 JSv4 commented Mar 2, 2023

The env variable-driven switching from Auth0 to Django Auth and back again had broken somewhere along the line. Looks like a bug fig I created a while ago either got rolled back or left out. Anyway, fixed both frontend and backend code to be able to support Auth0 or Django auth easily based on env settings.

JSv4 added 2 commits March 2, 2023 00:48
… in. Should have fixed the ability to use django auth or auth0 on both frontend and backend.
@codecov
Copy link

codecov bot commented Mar 2, 2023

Codecov Report

Merging #86 (3d7ffb5) into main (750a7f4) will increase coverage by 0.15%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #86      +/-   ##
==========================================
+ Coverage   68.91%   69.06%   +0.15%     
==========================================
  Files          47       47              
  Lines        1853     1862       +9     
==========================================
+ Hits         1277     1286       +9     
  Misses        576      576              
Impacted Files Coverage Δ
opencontractserver/types/enums.py 100.00% <100.00%> (ø)
opencontractserver/users/models.py 87.61% <100.00%> (+0.24%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@JSv4 JSv4 changed the title Fiz Django Auth Fix Django Auth Mar 2, 2023
@JSv4 JSv4 merged commit a8af7c2 into main Mar 2, 2023
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

1 participant