Skip to content

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

License

Notifications You must be signed in to change notification settings

AlexCuse/authn-server

 
 

Repository files navigation

Keratin AuthN

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

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.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.6%
  • Other 0.4%