alisha08770
07/27/2022, 11:18 AMrp_st
07/27/2022, 11:21 AMalisha08770
07/27/2022, 11:29 AMalisha08770
07/27/2022, 11:29 AMalisha08770
07/27/2022, 11:29 AM{
"code": "c89cd7bac35af4de09888aa718fbe7cc6.0.syvx.lhG_XRTF9sYElC6kGxCmZA",
"redirectURI": "https://dev.wingit.us/services/auth/v1/callback/apple",
"thirdPartyId": "apple"
}
alisha08770
07/27/2022, 11:29 AMalisha08770
07/27/2022, 11:29 AM{
"authorizationCode": "c89cd7bac35af4de09888aa718fbe7cc6.0.syvx.lhG_XRTF9sYElC6kGxCmZA",
"authorizedScopes": [],
"email": null,
"fullName": {
"familyName": null,
"givenName": null,
"middleName": null,
"namePrefix": null,
"nameSuffix": null,
"nickname": null
},
"identityToken": "eyJraWQiOiJmaDZCczhDIiwiYWxnIjoiUlMyNTYifQ.eyJpc3MiOiJodHRwczovL2FwcGxlaWQuYXBwbGUuY29tIiwiYXVkIjoidXMud2luZ2l0Lmd1ZXN0IiwiZXhwIjoxNjU5MDA2NTgxLCJpYXQiOjE2NTg5MjAxODEsInN1YiI6IjAwMDg1Ny44YTJjMmY5Y2JkZWQ0YjIwYmE5MjQyMzc2MjM3ZjVjZS4xMTEzIiwibm9uY2UiOiI5MzAxMDUxZTE5ZWJiNTZmMmNlODE5ZDBiY2RhM2Q0NDY4ZjFhNDIwYzMxMDg2NDYyOTE3MmMwOGI5ZTBlZTliIiwiY19oYXNoIjoiUUZ0Tkl3MnN0YjFRSWgxQ05hZ2tOUSIsImF1dGhfdGltZSI6MTY1ODkyMDE4MSwibm9uY2Vfc3VwcG9ydGVkIjp0cnVlfQ.uGBVeK4G_HKXyGvQOUyIvclnXXx-pyCHVHf1GJ8wSoN7rvm1tpm73PnGlzbA32pIpZMBJryZxPbA1IeqJuFW66QvkEp_DzzNoszJkDBEdAFrXvprRcASZgF4_tX46wpmd3BXzhLpfoGQ1BRtNnowQW_PK3ekt-UXWh0qmWKA56ksavFG8tp7PxGTj_nIZhkjL8o3lGCyzfm4pARZop1fhWHmA0P0BxvwDgZYes1GswBe_2bknhjsXxgvrckRsi--fcZ8jGobMqnGUdkyCSfsWVbZmXWf5LBGgAASdiPDzobEhD2hajS87vVmsgsgmfP23BfN3Y9yErbdUQE3AEs1Yg",
"nonce": "VPmik7zVXsNtFluGB1keqY7thplt1pv5",
"realUserStatus": 1,
"state": null,
"user": "000857.8a2c2f9cbded4b20ba9242376237f5ce.1113"
}
alisha08770
07/27/2022, 11:30 AMinterface conversion: interface {} is nil, not string
/go/pkg/mod/github.com/getsentry/sentry-go@v0.13.0/gin/sentrygin.go:72 (0xd32907)
/usr/local/go/src/runtime/panic.go:838 (0x437206)
/usr/local/go/src/runtime/iface.go:262 (0x40ace9)
/go/pkg/mod/github.com/supertokens/supertokens-golang@v0.8.1/recipe/thirdparty/providers/apple.go:87 (0xd81129)
/go/pkg/mod/github.com/supertokens/supertokens-golang@v0.8.1/recipe/thirdparty/api/implementation.go:134 (0xd7e3fd)
/go/pkg/mod/github.com/supertokens/supertokens-golang@v0.8.1/recipe/thirdpartyemailpassword/api/implementation.go:114 (0xd8825b)
/go/build/supertokens.go:136 (0xdbdbe2)
/go/build/handlers/st_social_overrider.go:57 (0xdb57f9)
/go/build/supertokens.go:135 (0xdbda6f)
/go/pkg/mod/github.com/supertokens/supertokens-golang@v0.8.1/recipe/thirdpartyemailpassword/api/thirdPartyAPIImplementation.go:35 (0xd88d7b)
/go/pkg/mod/github.com/supertokens/supertokens-golang@v0.8.1/recipe/thirdparty/api/signinup.go:80 (0xd7fa8e)
/go/pkg/mod/github.com/supertokens/supertokens-golang@v0.8.1/recipe/thirdparty/recipe.go:153 (0xd84aa5)
/go/pkg/mod/github.com/supertokens/supertokens-golang@v0.8.1/recipe/thirdpartyemailpassword/recipe.go:201 (0xd8e5a9)
/go/pkg/mod/github.com/supertokens/supertokens-golang@v0.8.1/supertokens/supertokens.go:248 (0xab4f22)
alisha08770
07/27/2022, 11:31 AMalisha08770
07/27/2022, 11:32 AM/go/build/handlers/st_social_overrider.go:57 (0xdb57f9)
-> this is where we call the ST signup apirp_st
07/27/2022, 11:43 AMrp_st
07/27/2022, 11:54 AMrp_st
07/27/2022, 12:03 PMrp_st
07/27/2022, 12:05 PMalisha08770
07/27/2022, 12:16 PMalisha08770
07/27/2022, 12:16 PMthirdparty.Apple(tpmodels.AppleConfig{
ClientID: conf.STAppleClientID,
ClientSecret: tpmodels.AppleClientSecret{
KeyId: conf.STAppleClientSecretKeyID,
PrivateKey: conf.STAppleClientSecretPrivateKey,
TeamId: conf.STAppleClientSecretTeamID,
},
}),
rp_st
07/27/2022, 12:16 PMalisha08770
07/27/2022, 12:16 PMalisha08770
07/27/2022, 12:16 PMrp_st
07/27/2022, 12:16 PMalisha08770
07/27/2022, 12:18 PMrp_st
07/27/2022, 12:19 PMrp_st
07/27/2022, 12:19 PMalisha08770
07/27/2022, 12:20 PMalisha08770
07/27/2022, 12:20 PMalisha08770
07/27/2022, 12:21 PMrp_st
07/27/2022, 12:21 PMrp_st
07/27/2022, 12:21 PMrp_st
07/27/2022, 12:22 PMalisha08770
07/27/2022, 12:32 PMrp_st
07/27/2022, 12:34 PMalisha08770
07/27/2022, 12:39 PMalisha08770
07/27/2022, 12:49 PMalisha08770
07/27/2022, 12:49 PMrp_st
07/27/2022, 12:55 PMrp_st
07/27/2022, 12:55 PMrp_st
07/27/2022, 12:56 PMalisha08770
07/27/2022, 12:57 PMrp_st
07/27/2022, 12:58 PM