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

Allow session reusing to reduce login flood #10

Closed
ttycelery opened this issue Oct 13, 2022 · 0 comments · Fixed by #11
Closed

Allow session reusing to reduce login flood #10

ttycelery opened this issue Oct 13, 2022 · 0 comments · Fixed by #11
Assignees
Labels
enhancement New feature or request

Comments

@ttycelery
Copy link
Owner

One of the downsides of not storing password/session is the need to log in every time a request to the API is made. This also don't look good in the logged in devices page on SIMASTER.

Caching the logged session is not secure, but having it as an option will be nice (should not be a default setting). This way, some users can let their session token cached and have a more efficient and less floody login history.

@ttycelery ttycelery self-assigned this Oct 13, 2022
@ttycelery ttycelery added the enhancement New feature or request label Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant