Skip to content

Commit

Permalink
Add public: true to gesdinet.jwtrefreshtoken (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Heer0 authored and markitosgv committed Jan 20, 2018
1 parent 74c2acb commit 543c02b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:

gesdinet.jwtrefreshtoken:
class: Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken
public: true
arguments: [ "@gesdinet.jwtrefreshtoken.authenticator", "@gesdinet.jwtrefreshtoken.user_provider", "@lexik_jwt_authentication.handler.authentication_success", "@lexik_jwt_authentication.handler.authentication_failure", "@gesdinet.jwtrefreshtoken.refresh_token_manager", "%gesdinet_jwt_refresh_token.ttl%", "%gesdinet_jwt_refresh_token.security.firewall%", "%gesdinet_jwt_refresh_token.ttl_update%" ]

gesdinet.jwtrefreshtoken.user_provider:
Expand Down

0 comments on commit 543c02b

Please sign in to comment.