Skip to content

andrew-lawlor/cc-simple-auth-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CC Simple Auth Server

This is the server portion of a simple, self-contained auth system. It maintains a database of users, and provides REST (albeit, not RESTful) endpoints for user registration and login.

This module can be used on its own or combined with CC Simple Auth Client to create an end to end auth system that supports user sessions.

The server module itself does not issue session tokens, leaving that particular implementation up to the client for greater flexibility.

This module is part one of my project to break up my LibrePub (librepub.org) web app into discrete, self-contained services that can be hosted separately.

About

A simple and self-contained auth server module written in GO.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages