https://github.com/mikaelvesavuori/mikroauth-example
Example project that lets you try out MikroAuth.
https://github.com/mikaelvesavuori/mikroauth-example
demo example magic-link magic-link-authentication mikroauth
Last synced: 3 months ago
JSON representation
Example project that lets you try out MikroAuth.
- Host: GitHub
- URL: https://github.com/mikaelvesavuori/mikroauth-example
- Owner: mikaelvesavuori
- Created: 2025-04-03T05:31:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T05:31:32.000Z (about 1 year ago)
- Last Synced: 2026-01-18T11:33:11.743Z (5 months ago)
- Topics: demo, example, magic-link, magic-link-authentication, mikroauth
- Language: HTML
- Homepage:
- Size: 282 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MikroAuth example
This is an example project that lets you try out [MikroAuth](https://github.com/mikaelvesavuori/mikroauth) on a minimal use-case: Entering your email address to get a magic link and then see some data on your user. When logged in, you can also see some further information logged out to the console.
Local copies of the [MikroAuth client library](https://github.com/mikaelvesavuori/mikroauth-example) and [MikroSafe](https://github.com/mikaelvesavuori/mikrosafe) are bundled with this example.
## Instructions
1. Make sure that you have a MikroAuth server running. It should be enough to clone the MikroAuth repo and run it with `npm start`.
2. Then run this example repo with `npm start`.
3. If you have made configuration changes, then update the URL reference around line ~100 in `index.html` of this repo.
## What It Looks Like


