Skip to content

Commit 745c48d

Browse files
authored
chore: add DruxtAuth to README
1 parent b02f39f commit 745c48d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

6162
Refer 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 .

0 commit comments

Comments
 (0)