Skip to content

Commit

Permalink
feat(functions): implement jwt template function (#8)
Browse files Browse the repository at this point in the history
- fixes #6 
- auto add a `exp` claim, with expiry of +15min, in case none was provided
- refactor cli and structure
- refactor test boiler plate into a builder
- add docs and changelog
  • Loading branch information
sassman authored Nov 5, 2022
1 parent c5dcb27 commit 5d21fb3
Show file tree
Hide file tree
Showing 19 changed files with 1,733 additions and 309 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
- insta test
runs-on: ${{ matrix.version }}
continue-on-error: ${{ matrix.rust == 'nightly' }}
environment: build
steps:
- uses: actions/checkout@v2
- name: setup | rust
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[Unreleased]: https://github.com/curlz-rs/curlz/compare/v0.1.0-alpha.1...HEAD

### Added
- special template function `jwt` for json web tokens [see #6](https://github.com/curlz-rs/curlz/issues/6)

### Changed
### Deprecated
### Removed
### Fixed
### Security
### Contributors
- [@sassman](https://github.com/sassman)

## [0.1.0-alpha.2] - 2022-08-16
[0.1.0-alpha.2]: https://github.com/curlz-rs/curlz/compare/v0.1.0-alpha.1..v0.1.0-alpha.2
Expand Down
Loading

0 comments on commit 5d21fb3

Please sign in to comment.