Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Jan 19, 2023
1 parent c378ee7 commit 20bdb71
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# ⚠️ Under development

A Nuxt 3 module to handle authentication
## Nuxt Auth
## ⚠️ *Under development*

## Features

Expand Down Expand Up @@ -44,27 +43,14 @@ export default defineNuxtConfig({
oauth: { // Oauth providers's config (optional)
//...
google: {
clientId:
clientSecret:
scopes:
authorizeUrl:
tokenUrl:
userUrl:
},
//...
},

smtp: { // SMTP server's config (required)
host:
port:
user:
pass:
from:
},

emailTemplates: { // Html email templates (optional)
passwordReset:
emailVerify:
},

baseUrl: // Nuxt app base url
Expand Down Expand Up @@ -202,7 +188,7 @@ emailTemplates: {
<a href="{{link}}">Reset your password</a>
</body>
</html>
`;
`
}
```

Expand Down

0 comments on commit 20bdb71

Please sign in to comment.