https://github.com/vbarbarosh/authwall
Minimal login gateway for protecting internal apps
https://github.com/vbarbarosh/authwall
auth authorization login login-system
Last synced: 4 days ago
JSON representation
Minimal login gateway for protecting internal apps
- Host: GitHub
- URL: https://github.com/vbarbarosh/authwall
- Owner: vbarbarosh
- License: mit
- Created: 2026-03-13T18:48:49.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-06-11T12:24:04.000Z (10 days ago)
- Last Synced: 2026-06-11T14:13:40.458Z (10 days ago)
- Topics: auth, authorization, login, login-system
- Language: JavaScript
- Homepage: https://vbarbarosh.github.io/authwall/
- Size: 1.52 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: docs/security.md
Awesome Lists containing this project
README

**Authwall** is an authentication proxy — it sits between clients and an internal app,
handles sign-in, and forwards authenticated requests with an `X-Auth-User` header.
```
client → authwall → your app
```
## Documentation
📖 Full documentation: ****
It also lives in [`docs/`](docs/README.md) in this repo:
* [Overview & quick start](docs/overview.md) — what Authwall is, with runnable `docker run` recipes
* [Getting started](docs/getting-started.md) — quick start and the full Docker Compose walkthrough
* [Configuration reference](docs/config.md) — every environment variable
* [Glossary](docs/glossary.md) — terms used throughout the docs and code
## License
[MIT](LICENSE)