Sign inSign up

zix99/simple-auth

By zix99

•Updated almost 5 years ago

Simple-auth is a lightweight, whitelabeled, authentication solution targeting small and medium sites

Image
0

1.7K

zix99/simple-auth repository overview

Full Docs: https://simple-auth.surge.sh⁠ Github: https://github.com/zix99/simple-auth⁠

⁠Simple Auth

Simple-Auth is a designed to be an easy way to manage your site's users. Unlike large complex solutions, it aims to provide simple login and user-management to a small or medium site. It doesn't try to replace global authentication providers or enterprise user management (kerberos, active directory, etc...)

GitHub release (latest by date) GitHub all releases Docker Pulls Docker Image Size (latest)

Starting simple-auth:

docker run -it --rm \
  -e SA_WEB_LOGIN_COOKIE_JWT_SIGNINGKEY=REPLACE_ME \
  -p 80:80 \
  zix99/simple-auth

For more examples, including compose files, see the Quick Start⁠

⁠License

Copyright (c) 2020 Christopher LaPointe

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Tag summary

Content type

Image

Digest

Size

26.3 MB

Last updated

almost 5 years ago

docker pull zix99/simple-auth