Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/place-labs/jwks
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenguyenxyz committed Mar 4, 2021
2 parents d14ee90 + c82f108 commit 261bb33
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,26 @@ Simple library that validates JWT against RS256 JWKS URI
require "jwks"
```

TODO: Write usage instructions here

## Development

TODO: Write development instructions here
### Docker

```bash
docker build . -t jwks && docker run jwks
```

### Without Docker

- You need to have openssl@1.1.1
- For MacOS users, if Crystal has not installed this for you
```bash
brew install openssl@1.1.1
shards install
crystal spec
crystal tool format --check
bin/ameba
```

## Contributing

Expand All @@ -36,4 +51,4 @@ TODO: Write development instructions here

## Contributors

- [Duke Nguyen](https://github.com/dukeraphaelng) - creator and maintainer
- [Duke Nguyen](https://github.com/dukeraphaelng) - creator and maintainer

0 comments on commit 261bb33

Please sign in to comment.