<!--
Generated by FIGlet with Colossal Font

- https://github.com/patorjk/figlet.js
- http://www.patorjk.com/software/taag/#p=display&f=Colossal&t=Kepton
-->

```
888    d8P                    888
888   d8P                     888
888  d8P                      888
888d88K      .d88b.  88888b.  888888 .d88b.  88888b.
8888888b    d8P  Y8b 888 "88b 888   d88""88b 888 "88b
888  Y88b   88888888 888  888 888   888  888 888  888
888   Y88b  Y8b.     888 d88P Y88b. Y88..88P 888  888
888    Y88b  "Y8888  88888P"   "Y888 "Y88P"  888  888
                     888
                     888
                     888
```

[![Crates.io](https://img.shields.io/crates/v/kepton.svg)](https://crates.io/crates/kepton)
[![CI](https://github.com/arniu/kepton/workflows/CI/badge.svg)](https://github.com/arniu/kepton/actions)

Kepton is an open source identity and access management server, designed for modern apps.

## Developing

1. Setup database

   docker-compose -f docker-compose.dev.yml up -d

1. Copy `.env` from `.env.example` and set environments
1. Run with `cargo run`

## License

Licensed under either of

- Apache License, Version 2.0
  ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license
  ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

at your option.

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.

See [CONTRIBUTING.md](CONTRIBUTING.md).