servant-auth

时间:2024-05-25 23:11:14
【文件属性】:

文件名称:servant-auth

文件大小:62KB

文件格式:ZIP

更新时间:2024-05-25 23:11:14

Haskell

仆人身份验证 这些软件包为servant提供了安全且易于使用的身份验证选项。 可以通过以下方式保护相同的API: 基本认证 饼干 JWT令牌 包裹 骇客 仆人身份验证 仆人身份验证服务器 仆人身份验证客户端 仆人授权auth 仆人认证文档 这个怎么运作 首先是一些进口: {-# OPTIONS_GHC -fno-warn-unused-binds #-} {-# OPTIONS_GHC -fno-warn-deprecations #-} import Control.Concurrent ( forkIO ) import Control.Monad ( forever ) import Control.Monad.Trans ( liftIO ) import Data.Aeson ( FromJSON , ToJSON ) import GHC.Generics ( G


【文件预览】:
servant-auth-master
----.gitignore(59B)
----servant-auth()
--------Setup.hs(46B)
--------src()
--------LICENSE(1KB)
--------CHANGELOG.md(501B)
--------.ghci(45B)
--------servant-auth.cabal(2KB)
--------test()
----servant-auth-client()
--------Setup.hs(46B)
--------servant-auth-client.cabal(3KB)
--------src()
--------LICENSE(1KB)
--------CHANGELOG.md(582B)
--------.ghci(45B)
--------test()
----cabal.project(112B)
----.github()
--------workflows()
----servant-auth-swagger()
--------Setup.hs(46B)
--------src()
--------LICENSE(1KB)
--------CHANGELOG.md(579B)
--------.ghci(45B)
--------servant-auth-swagger.cabal(3KB)
--------test()
----servant-auth-server()
--------Setup.hs(46B)
--------src()
--------LICENSE(1KB)
--------CHANGELOG.md(4KB)
--------.ghci(45B)
--------README.md(10B)
--------test()
--------README.lhs(11KB)
--------servant-auth-server.cabal(5KB)
----stack-lts17.yaml(131B)
----README.md(30B)
----stack-lts16.yaml(132B)
----servant-auth-docs()
--------Setup.hs(833B)
--------src()
--------LICENSE(1KB)
--------CHANGELOG.md(350B)
--------.ghci(45B)
--------test()
--------servant-auth-docs.cabal(3KB)
----stack.yaml(141B)
----RELEASE.md(204B)

网友评论