Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace fasthttp to gin-gonic #35

Open
8 tasks
lcnascimento opened this issue Jun 25, 2021 · 2 comments
Open
8 tasks

Replace fasthttp to gin-gonic #35

lcnascimento opened this issue Jun 25, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@lcnascimento
Copy link
Contributor

lcnascimento commented Jun 25, 2021

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

  • Authentication Middleware
  • Authorization Middleware
  • Error Handling Middleware
  • Cors Middleware
  • Log Middleware
  • Trace Middleware

Definition of Done

  • It should keep its developer experience;
  • All of the implemented middlewares should be translated to a gin-gonic context;
@lcnascimento lcnascimento added the enhancement New feature or request label Jun 25, 2021
@arthurbailao
Copy link

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

@arthurbailao
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants