gofiber / contrib

🧬 Repository for third party middlewares with dependencies
https://docs.gofiber.io/contrib/
MIT License
196 stars 102 forks source link

paseto v4 support #464

Open kuchaguangjie opened 1 year ago

kuchaguangjie commented 1 year ago

In https://github.com/gofiber/contrib/tree/main/paseto , I saw following is used

go get -u github.com/o1egl/paseto

but that only support paseto v1 and v2, refer: https://paseto.io/

Paseto v3 and v4 is preferred to use now.

So, you may need to support v4, probably via one of:

gaby commented 1 year ago

It would have to be https://github.com/aidantwoods/go-paseto the other libs seem to be abandoned

glenskie16 commented 11 months ago

I'd love to have this supported, I got the current supplied paseto working and would love to have the most updated version