Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to Serde #19

Closed
Keats opened this issue Oct 11, 2016 · 1 comment
Closed

Move to Serde #19

Keats opened this issue Oct 11, 2016 · 1 comment
Milestone

Comments

@Keats
Copy link
Owner

Keats commented Oct 11, 2016

Not immediately though, wait till it is easily usable on stable (see macros 1.1 stabilisation)

@Keats Keats modified the milestone: v2 Oct 12, 2016
mike-engel added a commit to mike-engel/jwt-cli that referenced this issue Mar 18, 2017
The whoopsies release!

While actually using the project, I found that payload claims were being
nested into a root key. Whoops!

- The `generate` command is now `encode`

- When decoding, the `algorithm` option is no longer required (defaults
to HS256)
- Updated to rust 1.16

- Payload claims are no longer nested in a `_field0` key

- Automatically set `iat` and `exp`
- Default `exp` to 30 minutes from now
- Swap out rustc_serialize for serde
- These are all blocked by Keats/jsonwebtoken#19 :(
- Testing on Windows and Linux)
@Keats
Copy link
Owner Author

Keats commented Apr 11, 2017

It's in v2

@Keats Keats closed this as completed Apr 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant