mirror of
https://github.com/teamhanko/hanko.git
synced 2026-03-13 08:43:15 +08:00
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>
Quickstart
This directory contains an example application that showcases
- integration of web component(s) provided through the
@teamhanko/hanko-elementspackage (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.