File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,9 @@ the underlying concept of generating encrypted tokens for developers.
2020Install jwt-encryption by running:
2121
2222``` bash
23- go get github.com/megablend/jwt-encryption@v0.1.0
23+ go get github.com/megablend/jwt-encryption@v0.1.1
2424```
2525
26- and ensuring that ` $GOPATH/bin ` is added to your ` $PATH ` .
27-
2826## Documentation
2927
3028- [ Usage] [ ]
@@ -35,5 +33,5 @@ and ensuring that `$GOPATH/bin` is added to your `$PATH`.
3533
3634## Project status
3735
38- As of version v0.1.0 , jwt-encryption is * beta* and is not considered feature complete. It
36+ As of version v0.1.1 , jwt-encryption is * beta* and is not considered feature complete. It
3937works well for the JWT encryption, and we prefer to keep it as simple as possible.
You can’t perform that action at this time.
0 commit comments