File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
examples/with-thirdpartyemailpassword/server Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 9
9
CI_JOB_NUMBER : 1
10
10
steps :
11
11
- uses : actions/checkout@v1
12
- - uses : porcellus /size-limit-action@feature/continue_on_base_branch_error
12
+ - uses : supertokens /size-limit-action@feature/continue_on_base_branch_error
13
13
with :
14
14
github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ unreleased]
8
8
9
+ ### Changes
10
+
11
+ - Adds client id when initialising Google in the example app server
12
+
9
13
## [ 3.1.0] - 2022-03-24
10
14
- Adds FDI 1.14 in FDI array support
11
15
- Checks for GENERAL_ERROR status in signout API response and if it's there, we throw an error.
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ supertokens.init({
30
30
For Google we use react-native-app-auth to fetch the access_token from Google servers directly
31
31
and then send that to the /auth/signinup API to fetch user information and create a session.
32
32
33
- Because of this flow, we do not need to provide the clientId and secret when initialising the Google
33
+ Because of this flow, we do not need to provide the clientSecret when initialising the Google
34
34
third party provider
35
35
*/
36
36
Google ( {
37
- clientId : "" ,
37
+ clientId : "1060725074195-c7mgk8p0h27c4428prfuo3lg7ould5o7.apps.googleusercontent.com " ,
38
38
clientSecret : ""
39
39
} ) ,
40
40
Github ( {
You can’t perform that action at this time.
0 commit comments