Skip to content

voskvv/auth

 
 

Repository files navigation

Auth

Auth is a OAuth authentication server for Containerum that handles user authorization and token management.

Features

  • Creates access tokens and refreshes tokens
  • Runs in In-Memory DB
  • Makes asynchronous DB snapshots
  • Checks token by Fingerprint and User Agent
  • Collects user access levels for existing tokens and user roles
  • Saves user IP

Prerequisites

  • Kubernetes

Installation

Using Helm

  helm repo add containerum https://charts.containerum.io
  helm repo update
  helm install containerum/auth

Contributions

Please submit all contributions concerning Auth component to this repository.

License

Auth project is licensed under the terms of the Apache License Version 2.0. Please see LICENSE in this repository for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.4%
  • Makefile 2.8%
  • Smarty 0.8%