1
0
Fork 0
mirror of synced 2024-06-30 20:21:16 +12:00

Merge pull request #174 from akshitsarin/patch-1

Fixed typo in docs/tutorials/add-oauth-provider.md
This commit is contained in:
Eldad A. Fux 2019-10-13 14:08:46 +03:00 committed by GitHub
commit 4d083af104
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ Create a new class that extends the basic OAuth provider abstract class in this
Note that the class name should start with a capital letter as PHP FIG standards suggest.
Once a new class is created, you can start to implement your new provider's login flow. The best way to do this corrrectly is to have a look at another provider's implementation and try to follow the same standards.
Once a new class is created, you can start to implement your new provider's login flow. The best way to do this correctly is to have a look at another provider's implementation and try to follow the same standards.
Please mention in your documentation what resources or API docs you used to implement the provider's OAuth protocol.