https://github.com/ryomendev/codecompendium
Ultimate guide to software development with curated tips, code examples, solutions, and valuable insights to enhance your coding journey.
https://github.com/ryomendev/codecompendium
Last synced: 28 days ago
JSON representation
Ultimate guide to software development with curated tips, code examples, solutions, and valuable insights to enhance your coding journey.
- Host: GitHub
- URL: https://github.com/ryomendev/codecompendium
- Owner: RyomenDev
- Created: 2025-01-27T11:06:35.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T01:33:11.000Z (29 days ago)
- Last Synced: 2025-03-25T02:33:26.620Z (29 days ago)
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readMe.md
Awesome Lists containing this project
README
# Tokens - Auth
```plaintext
+--------------------+ +-------------------+
| Refresh Token | --------> | Access Token |
| Long-lived Token | | Short-lived Token |
| Used to Request | | Used for API |
| New Access Tokens | | Authentication |
+--------------------+ +-------------------+
|
v
+-------------------------------------+
| Authentication Server |
| Issues new Access Token when valid |
+-------------------------------------+