authentication

module
v0.0.0-...-cf2deb9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2016 License: AGPL-3.0

README

Build Status GoDoc Go Report Card codecov

This repository contains the ClawIO Authentication Service.

This service authenticate users for using other services that require the user to be authenticated. When the user has provided a valid set of credentials (username and password), the service returns an authentication token to be used in future requests.

Current implementations are as follows:

  • Simple: uses a SQL database for persisting users and JWT for tokens.
  • Memory: stores users in memory. For testing purposes.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL