Getting Started
Authentication
- relies on the Faust.js plugin
- the Faust secret key (available in the Faust settings is WPAdmin) should be set in nuxt:
in nuxt-config.ts:
wpNuxt: {
faustSecretKey: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',
}
or as env variable:
WPNUXT_FAUST_SECRET_KEY=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx