Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 654 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 654 Bytes

Account Permissions

Dependencies

Install this maven dependency (or import it into your IDE):

https://github.com/OrganicityEu/java-jwt-parser

Install

Copy Config.java.example and configure it:

cp src/test/java/eu/organicity/accounts/permissions/Config.java.example src/test/java/eu/organicity/accounts/permissions/Config.java
mvn install
mvn install -DskipTests # this skisps the JUnit tests

Dependency

The dependency of this project:

<dependency>
	<groupId>eu.organicity</groupId>
	<artifactId>accounts-permissions</artifactId>
	<version>0.1.0-dev</version>
</dependency>

JUnit Tests

mvn test