You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handles the callback from GitHub after the user authenticates, exchanges the authorization code for an access token, and completes the user login process.
151
+
152
+
- **Params**
153
+
None
154
+
155
+
- **Query**
156
+
- Required: `code=[string]` (The authorization code returned by GitHub after the user grants consent.)
157
+
- Required: `state=[string]` (The state parameter returned by GitHub, used to verify the request’s legitimacy and ensure security.)
158
+
159
+
### Response
160
+
67
161
- **Success Response**:
68
162
- **Code**: 302
69
163
- **Content**: Redirects to the specified redirectURL or https://my.realdevsquad.com/new-signup if user details are incomplete.
0 commit comments