Skip to content

Commit

Permalink
Upgrade to serde and jsonwebtoken 2
Browse files Browse the repository at this point in the history
- This swaps our rustc_serialize for serde. Thanks for all the hard work
- This also upgrades jsonwebtoken to v2
- Rustfmt now has a config file
  • Loading branch information
mike-engel committed Jul 2, 2017
1 parent 4ac0d61 commit 6c0dc60
Show file tree
Hide file tree
Showing 5 changed files with 544 additions and 170 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 0.8.0
> 2017-07-02
Dependency updates

#### Breaking changes
- Swaps out `rustc_serialize` for `serde`
- Updates `jsonwebtoken` from version 1 to version 2. This allows for much more precise errors, and expands potential for validation.

#### Roadmap to 1.0
- Automatically set `iat` and `exp`
- Default `exp` to 30 minutes from now
- Allow for json payload items via `-P this=json(['arbitrary', 'data'])

# 0.7.0
> 2017-03-13
Expand All @@ -15,7 +29,7 @@ While actually using the project, I found that payload claims were being nested
#### Bug fixes
- Payload claims are no longer nested in a `_field0` key

#### Roadman to 1.0.0
#### Roadmap to 1.0.0
- Automatically set `iat` and `exp`
- Default `exp` to 30 minutes from now
- Swap out rustc_serialize for serde
Expand Down
Loading

0 comments on commit 6c0dc60

Please sign in to comment.