Dynamic request, storage, automatic user token refresh

Repository details (botten-nappet)
Project page
botten-nappet
Project log category
(195 entries)
Owner
@joelpurra
Contributors
Contributors on Github
Project status
💤 This project is inactive.
📂 This project is open.
🤷 This project is not particularly popular.
Repository activity period
🗓
Commits
209 commits
Stars
5 stars
Commit details (fb6497a7)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Dynamic request, storage, automatic user token refresh

Raw text
Dynamic request, storage, automatic user token refresh

Changed files (10)

Path Additions Deletions
README.md +5 -53
index.js +135 -58
package-lock.json +522 -12
package.json +5 -0
src/storage/database-connection.js +62 -0
src/storage/repository/user-repository.js +75 -0
src/twitch/authentication/application-token-manager.js +38 -5
src/twitch/authentication/user-token-manager.js +90 -0
src/twitch/helper/csrf-helper.js +38 -0
src/twitch/helper/user-helper.js +387 -0

Commit categories (3)