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

User and Authentication 1.1 #326

Closed
3 tasks done
wyatt-herkamp opened this issue Mar 15, 2022 · 1 comment
Closed
3 tasks done

User and Authentication 1.1 #326

wyatt-herkamp opened this issue Mar 15, 2022 · 1 comment
Assignees
Labels
rust Pull requests that update Rust code
Projects
Milestone

Comments

@wyatt-herkamp
Copy link
Owner

wyatt-herkamp commented Mar 15, 2022

Tasks

  • Refactor Nitro_Repo to allow for different database types(SQLIte and Postgres) and to allow different user storage methods
  • Session Token Storages methods such as Redis and In-Memory
  • Complete Login Tokens Login Tokens #100

Token Types

Session Tokens nrs_{} for sessions.

  1. Created upon first connection to website. Stored in Cookies
  2. Stored in Memory or Redis
  3. Will reference the Authentication Token
  4. 24 life time.
    Authentication Token nrp_{}
  5. Stored in Database
  6. Life Span is specified upon creation. So 24 if for session token. or even like 90 days if you are going to use this for like your deploying from Maven
  7. Can be sent with API requests instead of session tokens. For API stuff
  8. Will be an alternative for deploying using usernames and passwords
@wyatt-herkamp wyatt-herkamp added the rust Pull requests that update Rust code label Mar 15, 2022
@wyatt-herkamp wyatt-herkamp added this to the 1.10 milestone Mar 15, 2022
@wyatt-herkamp wyatt-herkamp self-assigned this Mar 15, 2022
@wyatt-herkamp wyatt-herkamp mentioned this issue Mar 15, 2022
3 tasks
@wyatt-herkamp wyatt-herkamp changed the title Different User Storage Methods User and Authentication 1.1 Apr 16, 2022
@wyatt-herkamp wyatt-herkamp added this to In progress in 1.1.0 Apr 16, 2022
@wyatt-herkamp wyatt-herkamp mentioned this issue May 30, 2022
2 tasks
@wyatt-herkamp wyatt-herkamp moved this from In progress to Done in 1.1.0 Jul 31, 2022
@wyatt-herkamp
Copy link
Owner Author

Completed in the 1.1 Dev Branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Pull requests that update Rust code
Projects
No open projects
1.1.0
Done
Development

Successfully merging a pull request may close this issue.

1 participant