文件名称:canduma:具有GraphQL API,Diesel,PostgreSQL,会话身份验证和JWT的Rust Boilerplate服务器
文件大小:1.01MB
文件格式:ZIP
更新时间:2024-02-24 21:16:46
graphql juniper jwt-token micro-service actix
Canduma生锈认证服务器样板 A Rust authentication server with GraphQL API, Diesel, PostgreSQL session authentication and JWT 该存储库包含样板生锈代码,用于通过JWT启动并快速运行GraphQL原型。 它使用 , , 和 欢迎您自己提出请求! 插入PostgreSQL基准测试 :play_button: ./bombardier -c 125 -n 10000000 http://localhost:3000/graphql -k -f body --method=POST -H " Content-Type
【文件预览】:
canduma-master
----.gitignore(152B)
----README.md(7KB)
----.pre-commit-config.yaml(5KB)
----Cargo.toml(774B)
----migrations()
--------.gitkeep(0B)
--------2019-11-04-030204_users()
--------00000000000000_diesel_initial_setup()
----tests()
--------user.test.js(10KB)
--------jest.afterall.js(125B)
--------jest.env.js(1KB)
--------jest.beforeall.js(1KB)
----Procfile(76B)
----docker-compose.yml(260B)
----docs()
--------images()
----TEST.http(2KB)
----LICENSE(1KB)
----package.json(2KB)
----src()
--------errors.rs(3KB)
--------jwt()
--------database()
--------schema.rs(248B)
--------graphql()
--------user()
--------main.rs(2KB)
--------cli_args.rs(1KB)
----diesel.toml(136B)
----RustConfig(86B)
----Cargo.lock(123KB)
----yarn.lock(348KB)
----rustfmt.toml(16B)
----keys()
--------rs256-4096-private.rsa(3KB)
--------rs256-4096-public.pem(800B)
----.env.example(159B)