Files
dependabot[bot] 77f1a407dd chore(deps): bump golang.org/x/crypto in /quickstart
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.31.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-04 14:52:34 +00:00
..
2025-04-24 22:52:28 +02:00
2025-03-13 13:32:56 +01:00
2025-03-06 15:07:56 +01:00

Quickstart

This directory contains an example application that showcases

  • integration of web component(s) provided through the @teamhanko/hanko-elements package (see elements).
  • server-side validation of JWTs issued by the Hanko API for securing a custom backend/API

The example is used on https://example.hanko.io/.

Run the quickstart

The fastest way to try out Hanko is with docker-compose.

Clone this repository:

git clone https://github.com/teamhanko/hanko.git

Then, in the newly created hanko folder, run:

docker compose -f deploy/docker-compose/quickstart.yaml -p "hanko-quickstart" up --build

Note

: Docker (Desktop) needs to be running in order for the command to run.

After the services are up and running, the login page can be viewed at localhost:8888. To receive emails without your own SMTP server, we added mailslurper which will be available at localhost:8080.

Note

: Hanko services are not published to a registry yet and will be built locally before the services are started.