-
Notifications
You must be signed in to change notification settings - Fork 0
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
D10-96 / DGI9-594 / DDST-918 : Recover old syn-config.xml
parsing JWT handler
#1
base: main
Are you sure you want to change the base?
Conversation
composer.lockClick to show 92 changes in this composer.lock filePackage changes
Dev Package changes
Important Metadata Changes
Settings · Docs · Powered by Private Packagist |
The composer.lock diff comment has been updated to reflect new changes in this PR. |
Syn/JwtAuthenticator.php
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was renamed to src/JwtAuthenticator.php
Syn/JwtFactory.php
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was renamed to src/JwtFactory.php
.
Tests/Syn/JwtAuthenticatorTest.php
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was renamed to tests/JwtAuthenticatorTest.php
.
src/JwtAuthenticator.php
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was renamed/adapted from Syn/JwtAuthenticator.php
.
src/JwtFactory.php
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was renamed/adapted from Syn/JwtFactory.php
.
config/packages/monolog.yaml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was added by symfony/flex
's plugin dealio... could get rid of it, if we really wanted to?
config/packages/security.yaml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was added by symfony/flex
's plugin dealio... could get rid of it, if we really wanted to?
symfony.lock
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was added by symfony/flex
's plugin dealio... could get rid of it, if we really wanted to?
composer.json
Outdated
"extra": { | ||
"symfony": { | ||
"allow-contrib": false, | ||
"require": "5.4.*" | ||
} | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is dealt with via symfony/flex
, so... added it into the mix.
tests/bootstrap.php
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was added by symfony/flex
's plugin dealio... could get rid of it, if we really wanted to?
Ticket's closed; Is apparently undesired. |
The composer.lock diff comment has been updated to reflect new changes in this PR. |
syn-config.xml
parsing JWT handlersyn-config.xml
parsing JWT handler
The composer.lock diff comment has been updated to reflect new changes in this PR. |
The composer.lock diff comment has been updated to reflect new changes in this PR. |
The composer.lock diff comment has been updated to reflect new changes in this PR. |
Have aliases, just in case?
Reworking away from the deprecated "guard" implementation to the newer "authenticator" mechanism.
Still need to figure out how exactly to get it wired in/configured for use in the the microservices, but should be relatively standard.