Skip to content

ilborsch/go-grpc-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoSSO: gRPC-based SSO Microservice written in Go

Welcome to GoSSO, a highly efficient and scalable Single Sign-On (SSO) microservice implemented in Go, leveraging the gRPC protocol. This project is designed to provide a robust authentication solution that can be easily integrated into any system requiring secure and streamlined user access control.

logo logo

Note: The project is created exclusively in educational purposes so will not be maintained properly. I don't plan on making further updates.

Run Locally

Clone the project

  git clone https://github.com/ilborsch/go-grpc-auth

Go to the project directory

  cd go-grpc-auth

Install Go dependencies

  go get

Start the server manually

   go run ./cmd/sso/main.go --config=./config/local.yaml

Or start the server using make

   make run_local

Authors

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages