forked from DICE-UNC/jargon-extensions-jwt
-
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.
[DICE-UNC#1] Update README and CHANGELOG.
- Loading branch information
1 parent
8b53b24
commit 4aaac80
Showing
2 changed files
with
3 additions
and
29 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 |
---|---|---|
@@ -1,12 +1,6 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
### Added | ||
|
||
### Changed | ||
|
||
### Removed | ||
|
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 |
---|---|---|
@@ -1,23 +1,3 @@ | ||
# Jargon Extensions JWT | ||
|
||
Jargon Extensions API for irods-ext | ||
|
||
|
||
# Project: Jargon Extensions JWT | ||
### Date: 12/15/2022 | ||
### Release Version: 4.3.3.0-RELEASE | ||
|
||
## Description | ||
|
||
Supports JWT creation and decoding for iRODS related microservices t | ||
|
||
## Requirements | ||
|
||
* Jargon depends on Java 1.8+ | ||
* Jargon is built using Apache Maven2, see POM for dependencies | ||
|
||
## Libraries | ||
|
||
Jargon-core uses Maven for dependency management. See the pom.xml file for references to various dependencies. | ||
|
||
Note that the following bug and feature requests are logged in GitHub with related commit information [[https://github.com/DICE-UNC/jargon-extensions-jwt/issues]] | ||
|
||
Supports JWT creation and decoding for iRODS-related microservices. |