An open API service indexing awesome lists of open source software.

https://github.com/wiremock/wiremock-auth-token-extension-demo

Quick demo showing how a hashed token can be generated via a response definition transformer
https://github.com/wiremock/wiremock-auth-token-extension-demo

Last synced: 11 months ago
JSON representation

Quick demo showing how a hashed token can be generated via a response definition transformer

Awesome Lists containing this project

README

          

# Auth token generation demo via a WireMock extension

## Requirements
A locally installed Java 17+ JRE/JDK.

## Building and running

### Windows

```cmd
gradlew assemble
java -cp build\libs\wiremock-standalone-3.13.0.jar:build\libs\wiremock-oss-auth-token-extension-demo-1.0-SNAPSHOT.jar wiremock.Run
```

### Linux/OSX

```bash
./run.sh
```