1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-19 10:57:05 +00:00

OK, I think we are done with the new JWT package

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-11-05 10:47:56 +02:00
parent a9e808345b
commit d562f09531
3 changed files with 53 additions and 20 deletions

View File

@@ -2,4 +2,6 @@ module github.com/kataras/iris/_examples/dependency-injection/jwt/contrib
go 1.15
require github.com/iris-contrib/middleware/jwt v0.0.0-20200810001613-32cf668f999f
require (
github.com/iris-contrib/middleware/jwt v0.0.0-20201017024110-39b50ffeb885
)