We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6421d3 + a5155c3 commit e7118bdCopy full SHA for e7118bd
CONTRIBUTING.md
@@ -100,6 +100,18 @@ The following project structure should be followed:
100
- For non-production environments, authentication is also supported with the `Authorization` header.
101
- Authorization header: `Authorization: Bearer <token>`
102
103
+## Production login:
104
+https://github.com/login/oauth/authorize?client_id=23c78f66ab7964e5ef97
105
+
106
+### Production login - Cookie:
107
+rds-session
108
109
+## Staging login:
110
+https://github.com/login/oauth/authorize?client_id=c4a84431feaf604e89d1
111
112
+### Staging login - Cookie:
113
+rds-session-staging
114
115
## Testing Guidelines
116
117
- Libraries used in testing in the project:
0 commit comments