Skip to content

Commit

Permalink
fix configuration name
Browse files Browse the repository at this point in the history
  • Loading branch information
glena committed Feb 23, 2017
1 parent 6f16640 commit ff199a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth0/Login/Auth0Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function decodeJWT($encUser)

$verifier = new JWTVerifier([
'valid_audiences' => [config('laravel-auth0.client_id'), config('laravel-auth0.api_identifier')],
'suported_algs' => config('laravel-auth0.supported_algs', ['HS256']),
'supported_algs' => config('laravel-auth0.supported_algs', ['HS256']),
'client_secret' => config('laravel-auth0.client_secret'),
'authorized_iss' => config('laravel-auth0.authorized_issuers'),
'secret_base64_encoded' => $secret_base64_encoded,
Expand Down

0 comments on commit ff199a4

Please sign in to comment.