Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 536 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 536 Bytes

Simple SSO realization with gRPC

Here I implemented Single Sign-On (SSO) using gRPC, creating a secure and fast communication channel between any system components, providing users with a convenient login without re-authentication.

Used stack:

  • Golang
  • SQLite

Migrations && Launching:

  1. Run migrations - go run .\cmd\migrator\main.go --storage-path=./storage/sso.db --migrations-path=./migrations
  2. Edit your config (config/local.yaml) file, then run app go run .\cmd\sso\main.go --config=./config/local.yaml