Split up user helper, improve token validation

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 (356db6d2)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Split up user helper, improve token validation

Raw text
Split up user helper, improve token validation

Changed files (8)

Path Additions Deletions
index.js +16 -6
package-lock.json +9 -339
package.json +0 -1
src/twitch/authentication/user-token-manager.js +16 -14
src/twitch/helper/token-helper.js +34 -13
src/twitch/helper/user-helper.js +5 -354
src/twitch/helper/user-storage-helper.js +137 -0
src/twitch/helper/user-token-helper.js +350 -0

Commit categories (3)