Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 379 Bytes

File metadata and controls

14 lines (10 loc) · 379 Bytes

ActiveMQ Artemis Oauth Server

The ActiveMQ Artemis Oauth Server is a simple Oauth2 mocking server issuing faked JWT tokens and can be used in the development workflow of the self provisioning plugin to replace more complex setups.

It's using under the hood this project: https://www.npmjs.com/package/oauth2-mock-server

To execute the server:

yarn build
yarn start