Replies: 1 comment
-
|
This is terribly insecure, so it would never be accepted. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I've implemented URL parameter authentication to simplify sharing test/demo accounts.
Example:
http://server/#/login?username=testuser&password=testpassStatus
✅ Already implemented and tested - seeking approval before submitting PR
Use Case
Primary use case: Share demo/test accounts with a single link instead of sending credentials separately.
Examples:
Instead of:
Just share:
http://myserver/#/login?username=testuser&password=test123Implementation
Modified
src/controllers/session/login/index.js:usernameandpasswordURL parametersauthenticateUserByName()functionurlparameterDocumentation
If approved, I'm happy to:
Questions
Seeking team feedback before submitting PR. Happy to make changes based on your input.
Beta Was this translation helpful? Give feedback.
All reactions