Categorygithub.com/Aoi-hosizora/RBAC-learn
repositorypackage
0.0.0-20200714032610-c0a450c9315b
Repository: https://github.com/aoi-hosizora/rbac-learn.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

RBAC-learn

  • A restful api backend based on RBAC written by gin, gorm, casbin and xdi
  • !!! Deprecate repo, see scaffold template

Functions

  • Authorization bases on jwt
  • User CRUD in mysql
  • Token saved in Redis and Refresh
  • RBAC access management through url

Run

# Change database config in ./src/config/config.yaml

go build -i -o ./build/rbac-learn.out main.go
./rbac-learn.out

References