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

Integrate email-based login with Django Auth framework #64

Closed
4 tasks done
nuest opened this issue Nov 18, 2022 · 0 comments
Closed
4 tasks done

Integrate email-based login with Django Auth framework #64

nuest opened this issue Nov 18, 2022 · 0 comments
Assignees
Labels
medium task < 1 day
Projects

Comments

@nuest
Copy link
Contributor

nuest commented Nov 18, 2022

When a user is logged in, the Django apps needs to know that (cookie setting, etc.) and users need to be able to log out.

  • cookie is not set when first visiting (and a test checks that)
  • cookie is set after login (and a test checks that)
  • cookie is not set after logout (and a test checks that)
  • after logging in for the first time, the user is created in the database
@nuest nuest added the medium task < 1 day label Nov 18, 2022
@nuest nuest added this to To do in Portal 1.0 via automation Nov 18, 2022
@nuest nuest moved this from To do to Sprint (next week) in Portal 1.0 Nov 18, 2022
@nuest nuest mentioned this issue Nov 18, 2022
1 task
@nuest nuest moved this from Sprint (next week) to Sprint (this week) in Portal 1.0 Nov 18, 2022
@Kirubamoh Kirubamoh moved this from Sprint (this week) to In progress in Portal 1.0 Nov 24, 2022
Kirubamoh referenced this issue in Kirubamoh/optimetaPortal Nov 24, 2022
@nuest nuest moved this from In progress to Done in Portal 1.0 Nov 25, 2022
@nuest nuest closed this as completed Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium task < 1 day
Projects
No open projects
Development

No branches or pull requests

2 participants