Skip to content

Commit

Permalink
Merge branch 'master' of github.com:atholbro/paseto
Browse files Browse the repository at this point in the history
  • Loading branch information
atholbro committed Mar 25, 2021
2 parents 6002ae6 + 953ad40 commit ed9567b
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,33 +72,17 @@ _Note: GSON will be officailly supported in the future as an alternative to Jack
// Top level build file
allprojects {
repositories {
jcenter()
maven { url "https://dl.bintray.com/terl/lazysodium-maven" }
}
}
// Dependencies section
dependencies {
compile 'net.aholbrook.paseto:meta:0.5.0'
compile 'net.aholbrook.paseto:meta:0.6.1'
}
```

### Maven

```xml
<repositories>
<repository>
<id>lazysodium</id>
<url>https://dl.bintray.com/terl/lazysodium-maven</url>
</repository>
</repositories>

<dependency>
<groupId>net.aholbrook.paseto</groupId>
<artifactId>meta</artifactId>
<version>0.5.0</version>
</dependency>
```

### Libsodium for V2 Tokens
If you're using V2 tokens (which are recommended for most use cases) then you'll have to install libsodium for
your platform. More details can be found in the libsodium documentation at:
Expand Down

0 comments on commit ed9567b

Please sign in to comment.