You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the package, config name suported_algs is not valid, but in this repo config name is correct. Please change it on "supported algs".
vendor/auth0/login/src/config/config.php
<?php
return array(
/*
|--------------------------------------------------------------------------
| Supported algs by your API
|--------------------------------------------------------------------------
| Algs supported by your API
|
*/
// 'suported_algs' => ['HS256'],
);
The text was updated successfully, but these errors were encountered:
in the package, config name suported_algs is not valid, but in this repo config name is correct. Please change it on "supported algs".
The text was updated successfully, but these errors were encountered: