https://github.com/andrewstuart/outils
Golang oauth utils, including a simple on-disk cache
https://github.com/andrewstuart/outils
cache disk golang jwt oauth oidc openid token utilities
Last synced: about 2 months ago
JSON representation
Golang oauth utils, including a simple on-disk cache
- Host: GitHub
- URL: https://github.com/andrewstuart/outils
- Owner: andrewstuart
- License: mit
- Created: 2019-06-21T03:34:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T16:55:44.000Z (almost 7 years ago)
- Last Synced: 2025-03-28T20:44:27.289Z (about 1 year ago)
- Topics: cache, disk, golang, jwt, oauth, oidc, openid, token, utilities
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# outils is just a simple utility package for Golang oauth apps
It aims to ease the creation of clients, especially around disk caching of
tokens, since I wasn't able to find a library that exposed this functionality
(instead, most clients that do this have their own implementation).