Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keybase/colorbase
Example proof service in Clojure - colors for everyone!
https://github.com/keybase/colorbase
Last synced: 3 months ago
JSON representation
Example proof service in Clojure - colors for everyone!
- Host: GitHub
- URL: https://github.com/keybase/colorbase
- Owner: keybase
- License: mit
- Created: 2018-10-24T17:31:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T21:26:21.000Z (over 5 years ago)
- Last Synced: 2024-06-28T01:50:31.504Z (4 months ago)
- Language: Clojure
- Size: 104 KB
- Stars: 6
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# colorbase
This is an example Clojure application that integrates with [Keybase proofs](http://keybase.io/docs/proof_integration_guide), allowing users to prove their identity on Keybase.
It uses the `clj-keybase-proofs` [library](https://github.com/keybase/clj-keybase-proofs).
You can run it locally by cloning the repository and running
```bash
$ boot run-dev-server -p 9090
```if you have `boot` installed.
Of particular interest may be `handler.clj` and `api.clj`.
To create a secrets file encrypted with Keybase, run
```bash
$ boot make-secrets-config -n -o secrets.edn.saltpack
```Or, you could use whatever encryption scheme you like and change `decrypt.sh`
accordingly.