Files
dependabot[bot] 0ff7e1a15f chore(deps): bump jwks-rsa from 2.1.5 to 3.0.1 in /frontend
Bumps [jwks-rsa](https://github.com/auth0/node-jwks-rsa) from 2.1.5 to 3.0.1.
- [Release notes](https://github.com/auth0/node-jwks-rsa/releases)
- [Changelog](https://github.com/auth0/node-jwks-rsa/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jwks-rsa/compare/v2.1.5...v3.0.1)

---
updated-dependencies:
- dependency-name: jwks-rsa
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-26 20:04:36 +00:00
..
2023-03-03 14:11:13 +01:00
2023-03-03 14:11:13 +01:00
2023-03-03 14:11:13 +01:00

Hanko Express Example

This directory contains an express application that serves as the backend for the example frontend applications contained in the examples directory. It is a simple API for creating, listing and updating "todos".

Starting the app

Set up environment variables

In the .env file set up the correct environment variables:

  • HANKO_API_URL: this is the URL of the Hanko API (default: http://localhost:8000, can be customized using the server.public.address option in the configuration file)

Run the server

Run npm install to install dependencies, then run npm run start. The API will be available on http://localhost:8002/.