A little library to make it easier to login and get user details using FreeIPA HTTP API
- golang
- gin-gonic/gin
- jinzhu/gorm
- FreeIPA server
- MySQL 5.7 server
- run:
go build -o main ./main.go
- create database 'service_users_db'
./main
Import and use postman collection file.