Is your feature request related to a problem? Please describe.
- We can't implement fully secure "Remember me" feature and save default /login command at same time.
- We have only one way to implement secure "Remember me" - it's to use passwordHash(pass) as account password (https://wiki.multitheftauto.com/wiki/PasswordHash - look example)
Alternative way is to save encoded user pass on his pc, which is not secure
Describe the solution you'd like
Add logIn function without password with disabled ACL right by default
- good for custom "Remember me" implementations (everyone can implement his own custom "Remember me" feature (OTP, Access tokens, etc))
- simple
Describe alternatives you've considered
new functions generateAccountAccessToken and logInByAccessToken
- not so simple
- only one implementation
Additional context
No response
Security Policy
Is your feature request related to a problem? Please describe.
Alternative way is to save encoded user pass on his pc, which is not secure
Describe the solution you'd like
Add logIn function without password with disabled ACL right by default
Describe alternatives you've considered
new functions generateAccountAccessToken and logInByAccessToken
Additional context
No response
Security Policy