Skip to content

Front-end mlAuth intergration example involving Vue.js

License

Notifications You must be signed in to change notification settings

xinnks/mlauth-fe-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mlAuth Front-end Example

This is an example demonstrating how to use the mlauth-js package to authenticate users with mlAuth in a Front-end setup involving Vite + Vue.

Setup

Add a .env file containing the client and secret keys from your mlAuth app

VITE_MLAUTH_CLIENT=mlauth-app-client-key
VITE_MLAUTH_SECRET=mlauth-app-secret-key

Install dependencies.

#npm
npm run install
#pnpm
pnpm install

Serve.

# npm
npm run dev
# pnpm
pnpm dev

About

Front-end mlAuth intergration example involving Vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published