An open API service indexing awesome lists of open source software.

https://github.com/ngdangkietswe/swe-auth-service

Go | gRPC | Viper | Postgres | 2FA | Docker | Github Actions
https://github.com/ngdangkietswe/swe-auth-service

2fa-security docker github-actions go grpc postgresql viper

Last synced: about 1 year ago
JSON representation

Go | gRPC | Viper | Postgres | 2FA | Docker | Github Actions

Awesome Lists containing this project

README

          

# SWE-AUTH-SERVICE

This is a simple authentication service that allows users to sign up, sign in, and sign out. The service is built using
Go and gRPC, PostgreSQL for the database, Kafka for event streaming, and Docker for containerization, and GitHub Actions
for CI/CD.

## Tech stack

- [x] [Go](https://golang.org/)
- [x] [Viper](https://github.com/spf13/viper)
- [x] [gRPC](https://grpc.io/)
- [x] [PostgreSQL](https://www.postgresql.org/)
- [x] [Kafka](https://kafka.apache.org/)
- [x] [Two-Factor Authentication](https://en.wikipedia.org/wiki/Multi-factor_authentication)
- [x] [Docker](https://www.docker.com/)
- [x] [GitHub Actions](https://docs.github.com/en/actions)