File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/content/en/providers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ You will receive clientID and secret key. copy the clientId to your nuxt config
44
44
You will need to handel to auth with a server side like Django, Node, Go ect.
45
45
after that you config will look like that
46
46
47
- ```
47
+ ``` js
48
48
google: {
49
49
clientId: ' <you client id>' ,
50
50
codeChallengeMethod: ' ' ,
51
51
responseType: ' code' ,
52
52
endpoints: {
53
- token: 'http://localhost:8000/user/google/', // somm backend url to resolve your auth with google and give you the token back
54
- userInfo: 'http://localhost:8000/auth/user/' // the endpoint to get the user info after you received the token
53
+ token: ' http://localhost:8000/user/google/' , // your backend url to resolve your auth with google and give you the token back
54
+ userInfo: ' http://localhost:8000/auth/user/' // your endpoint to get the user info after you received the token
55
55
},
56
56
},
57
57
```
You can’t perform that action at this time.
0 commit comments