Keratin AuthN

身份验证服务,让你掌控一切,无需成为网络安全专家。「Authentication service that keeps you in control without forcing you to be an expert in web security.」

Github星跟踪图

Keratin AuthN

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

GitterBuild StatusCoverage StatusGo Report

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.

Here's how the dev environment works:

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

To run a dev server:

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

To build a compiled server for integration testing:

  1. Run make build
  2. Execute dist/authn with appropriate ENV variables

To build a Docker image for integration testing:

  1. Run make docker
  2. Start the keratin/authn-server:latest image with appropriate ENV variables

Copyright (c) 2016-2020 Lance Ivy

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

主要指标

概览
名称与所有者keratin/authn-server
主编程语言Go
编程语言Go (语言数: 3)
平台
许可证GNU Lesser General Public License v3.0
所有者活动
创建于2017-06-23 17:59:36
推送于2024-08-09 21:14:02
最后一次提交
发布数40
最新版本名称v1.20.1 (发布于 )
第一版名称v0.7.0 (发布于 )
用户参与
星数1.3k
关注者数16
派生数110
提交数840
已启用问题?
问题数133
打开的问题数27
拉请求数114
打开的拉请求数4
关闭的拉请求数12
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?