Skip to content

Commit 5566f3f

Browse files
authored
Merge pull request #4882 from tomlankhorst/link-to-league-oauth2-doc
[5.7] Link to League OAuth2 terminology
2 parents ff2b257 + 3d97b33 commit 5566f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

passport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
Laravel already makes it easy to perform authentication via traditional login forms, but what about APIs? APIs typically use tokens to authenticate users and do not maintain session state between requests. Laravel makes API authentication a breeze using Laravel Passport, which provides a full OAuth2 server implementation for your Laravel application in a matter of minutes. Passport is built on top of the [League OAuth2 server](https://github.com/thephpleague/oauth2-server) that is maintained by Andy Millington and Simon Hamp.
3939

40-
> {note} This documentation assumes you are already familiar with OAuth2. If you do not know anything about OAuth2, consider familiarizing yourself with the general terminology and features of OAuth2 before continuing.
40+
> {note} This documentation assumes you are already familiar with OAuth2. If you do not know anything about OAuth2, consider familiarizing yourself with the general [terminology](https://oauth2.thephpleague.com/terminology/) and features of OAuth2 before continuing.
4141
4242
<a name="installation"></a>
4343
## Installation

0 commit comments

Comments
 (0)