auth server
Barong auth server
Nothing special found.
Barong is a authentication service for microservice architectures using JWT standard.
It's developped and maintained by Openware team.
It includes the following features:
Prerequisites:
- Ruby version: 2.6.6
- Bundler preinstalled
- MySQL preinstalled
Install RubyGems dependencies
bundle install
Copy initialisation files
bin/init_config
Create database and run migrations
bundle exec rake db:create db:migrate
Start local server
bundle exec rails server
In the process of verification Barong assign different levels to accounts
REST Management API documentation
Captcha policy overview and configuration
Barong is released under the terms of the Apache License 2.0.