Foodog - Easy to use JWT library

Hello fellow Erlangers!

When making web apps I found myself making the same jose wrapper module over and over so I decided to turn it into a library.

foodog

It exposes two functions: generate and verify.

There are a few default fields: exp, iss, and sub_jwk. These can be overrode easily.

foodog provides a way to rotate signing keys without disrupting active sessions.

I hope others find this to be useful.

6 Likes