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

API Login: Session based #17

Merged
merged 3 commits into from
Mar 30, 2021
Merged

API Login: Session based #17

merged 3 commits into from
Mar 30, 2021

Conversation

RadoRado
Copy link
Member

@RadoRado RadoRado commented Mar 26, 2021

Related to #2 - remove the existing JWT library & just try to do something simple & session based.

Following https://docs.djangoproject.com/en/3.1/topics/auth/default/#how-to-log-a-user-in

TODO:

  1. Read https://docs.djangoproject.com/en/3.1/ref/settings/#sessions
  2. Read https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies
  3. Document everything properly
  4. Create an example CRA application to test

@RadoRado RadoRado force-pushed the login/session-based branch from 50672f4 to 0310d8d Compare March 30, 2021 11:48
@RadoRado RadoRado force-pushed the login/session-based branch from 0310d8d to 9e63b74 Compare March 30, 2021 11:49
@RadoRado RadoRado merged commit 142eb7a into master Mar 30, 2021
@RadoRado RadoRado deleted the login/session-based branch March 30, 2021 11:52
@RadoRado RadoRado mentioned this pull request Mar 30, 2021
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.

1 participant