Open sphaso opened 8 years ago
Perhaps it could be a library on its own? If someone is using Firebase without Wreq they might just need this one piece and won't be willing (with good reason!) to import this whole lot of packages. e.g. see https://www.firebase.com/docs/security/libraries.html and https://www.firebase.com/docs/security/quickstart.html
possibliy this one https://hackage.haskell.org/package/jwt
Firebase uses JWT, so that library should do.
We decided to take a look and contribute to haskell-JWT if possible
Relevant docs: https://www.firebase.com/docs/rest/guide/user-auth.html#section-tokens-without-helpers
Perhaps it could be a library on its own? If someone is using Firebase without Wreq they might just need this one piece and won't be willing (with good reason!) to import this whole lot of packages. e.g. see https://www.firebase.com/docs/security/libraries.html and https://www.firebase.com/docs/security/quickstart.html