Skip to content

Commit

Permalink
chore: update auth utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Sep 30, 2024
1 parent ed4a55c commit 33eaf29
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"leaflet-geosearch": "^4.0.0",
"nodemailer": "^6.9.15",
"nuxt": "^3.13.2",
"nuxt-auth-utils": "^0.3.9",
"nuxt-auth-utils": "^0.4.0",
"nuxt-twemoji": "3.6.2",
"nuxt-webhook-validators": "^0.1.1",
"sass": "^1.79.4",
Expand Down
119 changes: 114 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/routes/auth/google-signup.get.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { render } from "@vue-email/render";
import accountVerify from "~/emails/accountVerify.vue";

export default oauthGoogleEventHandler({
export default defineOAuthGoogleEventHandler({
config: {
scope: [
"https://www.googleapis.com/auth/userinfo.email",
Expand Down
2 changes: 1 addition & 1 deletion server/routes/auth/google.get.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default oauthGoogleEventHandler({
export default defineOAuthGoogleEventHandler({
config: {
scope: [
"https://www.googleapis.com/auth/userinfo.email"
Expand Down

0 comments on commit 33eaf29

Please sign in to comment.