Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtlynch/simpleauth
A simple Go authentication and session management library for web apps.
https://github.com/mtlynch/simpleauth
Last synced: 24 days ago
JSON representation
A simple Go authentication and session management library for web apps.
- Host: GitHub
- URL: https://github.com/mtlynch/simpleauth
- Owner: mtlynch
- License: mit
- Created: 2023-10-07T14:04:43.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-05T04:02:10.000Z (9 months ago)
- Last Synced: 2024-02-06T03:48:43.581Z (9 months ago)
- Language: Go
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simpleauth
[![CircleCI](https://circleci.com/gh/mtlynch/simpleauth.svg?style=svg)](https://circleci.com/gh/mtlynch/simpleauth)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/mtlynch/simpleauth)](https://github.com/mtlynch/simpleauth/commits/master)
[![GitHub last commit](https://img.shields.io/github/last-commit/mtlynch/simpleauth)](https://github.com/mtlynch/simpleauth/commits/master)
[![Contributors](https://img.shields.io/github/contributors/mtlynch/simpleauth)](https://github.com/mtlynch/simpleauth/graphs/contributors)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)A simple Go authentication and session management library for web apps.
## Install
```bash
go get -u github.com/mtlynch/simpleauth/v2
```