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

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

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).