v0.2.2
- Fix bug in
Auth0UserProviderwhere Auth0 may return an array in$jwt->aud. Instead of using the aud property we add<argument>%env(AUTH0_API_IDENTIFIER)%</argument>to the service and directly reference the expected property on the JWT.
Auth0UserProvider where Auth0 may return an array in $jwt->aud. Instead of using the aud property we add <argument>%env(AUTH0_API_IDENTIFIER)%</argument> to the service and directly reference the expected property on the JWT.