ditointernet / go-dito

MIT License
6 stars 0 forks source link

Replace fasthttp to gin-gonic #35

Open lcnascimento opened 3 years ago

lcnascimento commented 3 years ago

Context

Nowadays, our http lib abstraction is based on fasthttp implementation. Since its is covered by a tiny community (compared to other solutions), we are facing some limitations that slow us down. We fear that we might face other issues in the future.

Tasks

Definition of Done

arthurbailao commented 3 years ago

We should cache JWKS using the following strategy: https://community.auth0.com/t/caching-jwks-signing-key/17654/2

arthurbailao commented 3 years ago

We also should test against audience and issuer: https://auth0.com/docs/quickstart/backend/golang/01-authorization