An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          








@vbarbarosh/authwall CI status
@vbarbarosh/authwall CI status
@vbarbarosh/authwall Trivy status
License
Code coverage

Logo

**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)