Skip to content

clawio/authentication

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages