-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,11 +20,9 @@ the underlying concept of generating encrypted tokens for developers. | |
Install jwt-encryption by running: | ||
|
||
```bash | ||
go get github.com/megablend/[email protected].0 | ||
go get github.com/megablend/[email protected].1 | ||
``` | ||
|
||
and ensuring that `$GOPATH/bin` is added to your `$PATH`. | ||
|
||
## Documentation | ||
|
||
- [Usage][] | ||
|
@@ -35,5 +33,5 @@ and ensuring that `$GOPATH/bin` is added to your `$PATH`. | |
|
||
## Project status | ||
|
||
As of version v0.1.0, jwt-encryption is *beta* and is not considered feature complete. It | ||
As of version v0.1.1, jwt-encryption is *beta* and is not considered feature complete. It | ||
works well for the JWT encryption, and we prefer to keep it as simple as possible. |