文件名称:plug_jwt:用于JWT身份验证的插件
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-04 02:42:53
Elixir
插件 JWT插件 用法: # When reading from joken config block plug PlugJwt # or the module that implements `Joken.Config` can be set explicitly plug PlugJwt , config_module: My . Joken . Config # You may also add a list of expected claims to verify plug PlugJwt , config_module: My . Joken . Config , claims: [ aud: " spiderman " , admin: true ] 参数: PlugJWT将尝试从您的游戏配置块中读取。 也可以将参
【文件预览】:
plug_jwt-master
----mix.exs(877B)
----lib()
--------plug_jwt.ex(2KB)
----config()
--------test.exs(196B)
--------config.exs(1KB)
----test()
--------plug_jwt_router_test.exs(5KB)
--------test_helper.exs(15B)
----README.md(605B)
----mix.lock(362B)
----.gitignore(39B)
----CHANGELOG.md(530B)