Skip to content

Commit 0bf390c

Browse files
doc : README.md
1 parent 27d63fd commit 0bf390c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@
3838
* Extensible: Supports multiple authorization servers and resource servers with this library.
3939
* Hybrid Resource Servers Token Verification Methods: Support for multiple verification approaches, including API calls to the authorization server, direct database validation, and local JWT decoding.
4040
* Immediate Permission (Authority) Check: Not limited to verifying the token itself, but also ensuring real-time validation of any updates to permissions in the database.
41-
* Authentication management based on a combination of username, client ID, and App-Token
42-
* What is an App-Token? An App-Token is a new access token generated each time the same account logs in. If the token values are the same, the same access token is shared.
41+
* Authentication management based on a combination of Username, client ID, and App-Token
42+
* What is an App-Token?
43+
* An App-Token is an additional token that serves as a unique identifier for each device. Unlike access tokens, it is not regenerated with each login. Instead, it uses a device-specific unique value, such as a GUID in Android, to control device-level authentication, even when the app is reinstalled. If the token values are the same, the same access token is shared.
4344

4445
| App-Token Status | Access Token Behavior |
4546
|------------------------|----------------------------|

0 commit comments

Comments
 (0)