symfony
symfony copied to clipboard
Symfony SDK for Auth0 Authentication and Management APIs.
### Changes Compatability with the 8.0+ PHP SDK. ### References [v5 development thread ](https://github.com/auth0/jwt-auth-bundle/issues/130) - ### Testing Please describe how this can be tested by reviewers. Be specific about anything...
This thread is to provide updates and centralize discussion around the forthcoming 5.0 major release of `jwt-auth-bundle`, currently in development. As conversations had begun to splinter across a few separate...
### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/symfony#readme) and have not found a suitable solution or answer. - [X] I have searched the [issues](https://github.com/auth0/symfony/issues) and have not found...
### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/symfony#readme) and have not found a suitable solution or answer. - [X] I have searched the [issues](https://github.com/auth0/symfony/issues) and have not found...
### Changes This is simply allowing Symfony 7 in composer.json - could not find any problems or incompatibilities at this point. - composer.json updated - all tests (`composer test`) are...
### Changes Fix for issue #189 - Removed `$container` parameter from controllers (because it is injected via `setContainer()` by Symfony DI) - Added exception in psalm config not to report...
### Changes When converting permissions/scopes to Symfony roles, apply replacement not only for colon (`:`) character, but also for dash (`-`) character, as some resources/permissions consist of multiple words and...
### Changes Integrating Reversing Labs Scanner to add an extra layer of protection from threats ### References [Reversing Labs Integration Documentation](https://www.reversinglabs.com/integrations) ### Testing NA ### Checklist - [x] I have...
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.32.0 to 2.36.0. Release notes Sourced from shivammathur/setup-php's releases. 2.36.0 Changelog Added support for PHP 8.5 stable release. - name: Setup PHP 8.5 (stable) uses: shivammathur/setup-php@v2 with:...
### Changes Symfony 8 is soon to be released (https://symfony.com/releases/8.0) 8.0.0 RC3 was released 5 days ago. I've added ^8.0 as an allowed version for symfony dependencies on this project....