Implement restricted-api for JS-driven auth calls, examples added (WIP!). Layout and styling simplified.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { createApp } from 'vue'
|
||||
import RestrictedApiApp from './RestrictedApiApp.vue'
|
||||
import '@/assets/style.css'
|
||||
|
||||
createApp(RestrictedApiApp).mount('#app')
|
||||
Reference in New Issue
Block a user