Skip to content

Commit

Permalink
Merge pull request hwi#1899 from dlondero/patch-1
Browse files Browse the repository at this point in the history
Fix typo in security docs
  • Loading branch information
stloyd authored Jul 21, 2022
2 parents 75d0867 + 1f22693 commit ffed077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3-configuring_the_security_layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The bundle needs a service that is able to load users based on the user
response of the oauth endpoint. If you have a custom service it should
implement the interface: `HWI\Bundle\OAuthBundle\Security\Core\User\OAuthAwareUserProviderInterface`.

The HWIOAuthBundle also ships with three default implementations:
The HWIOAuthBundle also ships with two default implementations:

- `OAuthUserProvider` (service name: `hwi_oauth.user.provider`) - doesn't persist users
- `EntityUserProvider` (service name: `hwi_oauth.user.provider.entity`) - loads users from a database
Expand Down

0 comments on commit ffed077

Please sign in to comment.