pomerium/README.md
Bobby DeSimone 805f0198d2
authenticate: add tests, fix signout (#45)
- authenticate: a bug where sign out failed to revoke the remote session
- docs: add code coverage to readme
- authenticate: Rename shorthand receiver variable name
- authenticate: consolidate sign in
2019-02-14 00:01:50 -08:00

1.5 KiB

logo

Pomerium

Travis CI Go Report Card GoDoc LICENSEcodecov

Pomerium is a tool for managing secure access to internal applications and resources.

Use Pomerium to:

  • provide a unified gateway (reverse-proxy) to internal corporate applications.
  • enforce dynamic access policy based on context, identity, and device state.
  • deploy mutual authenticated encryption (mTLS).
  • aggregate logging and telemetry data.

Check out awesome-zero-trust to learn more about some problems Pomerium attempts to address.

Docs

To get started with pomerium, check out our quick start guide.

For comprehensive docs see our documentation and the godocs.