Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 894 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 894 Bytes

Supported tags and respective Dockerfile links

What is 3nigm4 Authentication Server?

Official 3nigm4 Authentication Server image implements a RPC frontend to manage user authentication in 3nigm4. It's one of the internal microservices composing the 3nigm4 framework.

This component is intended for behind firewall usage (private network) to provide authentication service to frontend components (3nigm4 APIs), do not expose it directly in the internet it can be subject to security issues.

How to use this image

start a authserver instance

The following example links to a mongodb container from the official MongoDb image.

$ docker run -d --name auth-service -p 19773:19773 --link mongodb:mongodb nexo/3n4auth