Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tugascript/graphql-oauth
GraphQL Local OAuth with Rust
https://github.com/tugascript/graphql-oauth
graphql microservice oauth2 rust
Last synced: about 1 month ago
JSON representation
GraphQL Local OAuth with Rust
- Host: GitHub
- URL: https://github.com/tugascript/graphql-oauth
- Owner: tugascript
- License: apache-2.0
- Created: 2022-12-11T20:11:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T18:00:50.000Z (5 months ago)
- Last Synced: 2024-08-10T19:23:20.224Z (5 months ago)
- Topics: graphql, microservice, oauth2, rust
- Language: Rust
- Homepage:
- Size: 96.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQL Local OAuth
NOTE: This is a work in progress and is not yet ready for production use, use at your own risk.## Description
This is a simple implementation of local [OAuth2.0](https://oauth.net/2/) authentication with [GraphQL](https://graphql.org/) and [GraphQL Federation](https://www.apollographql.com/docs/federation/).
## Technologies
This project is purely written with safe [rust](https://www.rust-lang.org/) and uses the following frameworks and crates:
- [actix-web](https://actix.rs/) for the web server;
- [async-graphql](https://async-graphql.github.io/async-graphql/en/index.html) for the GraphQL adapted;
- [sea-orm](https://www.sea-ql.org/SeaORM/) for the database ORM.