We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add log in feature. Heres how:
ie: "dhskdh398wjr9" , the last "9" is the permission level
because same user may use multiple PC with multiple browsers.
So the server will generate a token and store it on Cache (use https://docs.python.org/3/library/http.cookies.html and https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies) (use HttpOnly and same-origin?)
Check it with server and on every request, update the hash with new one with a Constant amount of expire days defined in the config
The text was updated successfully, but these errors were encountered:
For IP ban, create a historical log for IPs used by a used a user and last access time.
Sorry, something went wrong.
No branches or pull requests
Required for extreme level security
Add log in feature.
Heres how:
The text was updated successfully, but these errors were encountered: