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
- Host: GitHub
- URL: https://github.com/wiremock/wiremock-auth-token-extension-demo
- Owner: wiremock
- License: mit
- Created: 2025-05-22T09:38:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-22T09:39:24.000Z (about 1 year ago)
- Last Synced: 2025-07-06T13:47:30.555Z (about 1 year ago)
- Language: Java
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```