Skip to content

Commit

Permalink
Make jwt_auth globally applicable
Browse files Browse the repository at this point in the history
  • Loading branch information
gabesullice committed Jun 16, 2016
1 parent 19ded1c commit 03f4bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwt.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
class: Drupal\jwt\Authentication\Provider\JwtAuth
arguments: [ '@entity_type.manager', '@jwt.validator', '@event_dispatcher' ]
tags:
- { name: authentication_provider, provider_id: 'jwt_auth', priority: 100 }
- { name: authentication_provider, provider_id: 'jwt_auth', global: TRUE, priority: 100 }
jwt.firebase.php-jwt:
class: Firebase\JWT\JWT
jwt.validator:
Expand Down

0 comments on commit 03f4bce

Please sign in to comment.