An open API service indexing awesome lists of open source software.

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.

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 |
+-------------------------------------+