Skip to content

Pavelavl/simple_sso_grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages