Skip to content

mikaelvesavuori/mikroauth-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MikroAuth example

This is an example project that lets you try out 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 and 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

Login

Sent Link

Logged In

About

Example project that lets you try out MikroAuth.

Topics

Resources

Stars

Watchers

Forks