This is a simple implementation of local OAuth2.0 authentication with GraphQL and GraphQL Federation.
This project is purely written with safe rust and uses the following frameworks and crates:
- actix-web for the web server;
- async-graphql for the GraphQL adapted;
- sea-orm for the database ORM.