-
Notifications
You must be signed in to change notification settings - Fork 193
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
Login required #3214
Login required #3214
Conversation
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
Aligner plugin dependecy: https://github.com/matecat/aligner_plugin/pull/209 |
043fef3
to
4440a85
Compare
- Oauth registerd users can not create account with email and password
- delete not working https://app.asana.com/0/1134617950425092/1208591322128901 - thread_id as null https://app.asana.com/0/1134617950425092/1208591322128901 - is_anonymous not persisted https://app.asana.com/0/1134617950425092/1208550075786134
- Refactory to Languages library and others - Php Typing
The merge-base changed after approval.
ASANA https://app.asana.com/0/1134617950425092/1206421070031165
Documentation
The new auth JWT cookie is called
matecat_login_v6
, and has this structure:If a not-logged user calls a URL different from the homepage is redirected to this page:
IMPORTANT When a not-logged user calls a URL different from the homepage, a session variable called
wanted_url
is set. Once the use successfully logs in, the session variable is cleared.