File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ This repostory provides a quickstart installation of:
88- Drupal 9
99- Nuxt 2
1010- DruxtSite
11+ - DruxtAuth
1112
1213
1314## Quickstart
@@ -60,6 +61,18 @@ These commands should be run from within the `/drupal` folder.
6061
6162Refer to the documentation for more details: https://ddev.readthedocs.io
6263
64+ ### @nuxtjs/auth-next
65+
66+ > Zero-boilerplate authentication support for Nuxt.js!
67+
68+ The @nuxtjs/auth-next module is installed and configured to connect to the Drupal Simple OAuth module by way of the DruxtAuth module:
69+
70+ ``` js
71+ this .$auth .loginWith (' drupal-authorization_code' )
72+ ```
73+
74+ - More details on how to use the ` $auth ` service can be found at https://auth.nuxtjs.org/api/auth
75+
6376### @nuxtjs/storybook
6477
6578> Storybook integration with NuxtJS .
You can’t perform that action at this time.
0 commit comments