keratin / authn-server

Authentication service that keeps you in control without forcing you to be an expert in web security.

Home Page:https://keratin.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keratin AuthN

Keratin Pangolin A modern authentication backend service. (https://keratin.tech)

GitterBuild StatusCoverage StatusGo Report

Related

This repository builds a backend Go service that provides secured endpoints related to accounts and passwords. You must integrate it with your application's frontend(s) and backend(s).

Client libraries are currently available for:

If you are missing a client library, please submit a request.

Implementation

Documentation

Deployment

Documentation

Configuration

All configuration is through ENV variables.

Documentation

Contributing

Welcome! Please familiarize yourself with the CONTRIBUTING doc and the CODE OF CONDUCT.

Getting Started

  1. go get github.com/keratin/authn-server
  2. Install Docker and docker-compose.
  3. Run make test to ensure a clean build

Run a Dev Server

  1. Create a .env file with desired configuration
  2. Run make migrate
  3. Run make server

COPYRIGHT & LICENSE

Copyright (c) 2016-2022 Lance Ivy

Keratin AuthN is distributed under the terms of the LGPLv3. See LICENSE-LGPLv3 for details.

About

Authentication service that keeps you in control without forcing you to be an expert in web security.

https://keratin.github.io

License:GNU Lesser General Public License v3.0


Languages

Language:Go 99.5%Language:Makefile 0.5%Language:Dockerfile 0.0%