Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 338850c5ce | |||
|
|
ae1a996ace |
@@ -258,8 +258,10 @@ class KeycloakBearerUser implements UserInterface
|
|||||||
*
|
*
|
||||||
* This is important if, at any given point, sensitive information like
|
* This is important if, at any given point, sensitive information like
|
||||||
* the plain-text password is stored on this object.
|
* the plain-text password is stored on this object.
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function eraseCredentials()
|
public function eraseCredentials(): void
|
||||||
{
|
{
|
||||||
// TODO: Implement eraseCredentials() method.
|
// TODO: Implement eraseCredentials() method.
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,22 +1,22 @@
|
|||||||
{
|
{
|
||||||
"name": "abel/keycloak-bearer-only-adapter-bundle",
|
"name": "tothbt/keycloak-adapter-bundle",
|
||||||
"description": "Keycloak security adapter for bearer only clients",
|
"description": "Keycloak security adapter for bearer only clients",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "symfony-bundle",
|
"type": "symfony-bundle",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Abdellah Elmakhroubi",
|
"name": "Richard Toth",
|
||||||
"email": "abdellah.elmakhroubi@gmail.com"
|
"email": "info@totbt.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.2.5",
|
"php": ">=8.3",
|
||||||
"symfony/config": "^6.0",
|
"symfony/config": "^6.0",
|
||||||
"symfony/dependency-injection": "^6.0",
|
"symfony/dependency-injection": "^6.0",
|
||||||
"symfony/http-kernel": "^6.0",
|
"symfony/http-kernel": "^6.0",
|
||||||
"symfony/security-bundle": "^6.0",
|
"symfony/security-bundle": "^6.0",
|
||||||
"guzzlehttp/guzzle": "^6.3",
|
"guzzlehttp/guzzle": "^7",
|
||||||
"ext-json": "*"
|
"ext-json": "*"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|||||||
Reference in New Issue
Block a user