Skip to content

sergiovlvitorino/tokenmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TokenManager

API built with the intention to manage access tokens.

Getting Started

Open the terminal. Put the commands below to download and start the project:

Prerequisites

  • JDK 1.8
  • Maven 3
  • MongoDB

Method's description

  • (GET) - {url}/api/create

  • (GET) - {url}/api/check/{token}

  • (GET) - {url}/api/find/{token}

  • (PUT) - {url}/api/refresh/{token}

  • (DELETE) - {url}/api/destroy/{token}

Setting inactive period(milliseconds)

Update the property $tokenmanager.interval located into src/resources/application.properties

Running tests

Open the terminal. Put the commands below to test:

  • $> cd tokenmanager
  • $> mvn clean test

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

API built with the intention to manage access tokens.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages