-
Notifications
You must be signed in to change notification settings - Fork 111
4.x major: Remove deprecations, fix up MultiChecker. #748
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
base: 3.x
Are you sure you want to change the base?
Conversation
|
For some reason 4.x is now protected already, even though just created. |
The protection rule is set for |
Co-authored-by: ADmad <admad.coder@gmail.com>
Co-authored-by: ADmad <admad.coder@gmail.com>
Co-authored-by: ADmad <admad.coder@gmail.com>
|
Auth code looks pretty clean and cake-user-friendly now, doesnt it? |
|
@ADmad How do we merge our regression fix into this? |
|
Doing it in |
- Use lazy identifier initialization in getIdentifier() (3.x approach) - Add AuthenticationPlugin as main plugin class, Plugin as deprecated alias - Add redirect validation feature from 3.x - Update all authenticators to use getIdentifier() instead of direct property access
Co-authored-by: ADmad <admad.coder@gmail.com>
Prepare #716