releaser d98fa70240
Release / release (push) Successful in 44s
auth0mock / build (push) Successful in 1m26s
chore(release): prepare for 0.7.5 (#324)
## [0.7.5] - 2026-05-13

### 🐛 Bug Fixes

- *(deps)* Update module github.com/lestrrat-go/jwx/v4 to v4.0.2 (#319)

### ⚙️ Miscellaneous Tasks

- *(deps)* Update golang:1.26 docker digest to 4039008 (#309)
- *(deps)* Update golang:1.26 docker digest to efaccb5 (#311)
- *(deps)* Update golang:1.26 docker digest to 13605db (#312)
- *(deps)* Update golang:1.26 docker digest to 257c1f6 (#313)
- *(deps)* Update golang:1.26 docker digest to db1271a (#315)
- *(deps)* Update golang:1.26 docker digest to 2981696 (#317)
- *(deps)* Update golang:1.26 docker digest to 633d23b (#321)
- *(deps)* Update golang:1.26 docker digest to 313faae (#323)

<!-- generated by git-cliff -->

---

**Note:** Please use **Squash Merge** when merging this PR.

Reviewed-on: #324
Co-authored-by: Unbound Releaser <releaser@unbound.se>
Co-committed-by: Unbound Releaser <releaser@unbound.se>
2026-05-14 07:28:15 +00:00
2019-12-17 20:32:14 +01:00
2019-12-17 20:32:14 +01:00
2019-12-17 20:32:14 +01:00
2019-12-17 20:32:14 +01:00
2019-12-17 20:32:14 +01:00
2023-06-01 15:00:26 +02:00

auth0-mock-server

This server helps you to simulate auth0 server locally. So, you are able to use the /tokeninfo endpoint to verify your token.

Getting Started

Prerequisites

Installing

  • fork this repo
  • clone your fork
  • npm install to install all dependencies

Running the app

After you have installed all dependencies you can now run the app. Run npm start to start a local server. The port will be displayed to you as http://0.0.0.0:3333 (or if you prefer IPv6, if you're using express server, then it's http://[::1]:3333/).

Initial users

Adding a JSON file with the following layout will populate the users store when starting:

{
  "email@test.com": {
    "given_name": "name",
    "family_name": "family",
    "user_id": "id"
  }
}

By default ./users.json will be read but this can be overridden by setting the environment variable USERS_FILE.

API Documentation

GET /token/:username

Returns a token with the given user(username). This token can the be used by your application.

POST /tokeninfo

Returns the data of the token like the username.

Body

{
    "id_token": "your-token-kjasdf6ashasl..."
}

License

MIT


Made with ♥ by Gery Hirschfeld (@GeryHirschfeld1)

S
Description
No description provided
Readme MIT 1.5 MiB
0.7.6 Latest
2026-06-16 06:07:56 +00:00
Languages
Go 95.2%
HTML 3.7%
Dockerfile 1.1%