Skip to content

Commit e7118bd

Browse files
authored
Merge pull request #446 from jjagannn/develop
Updated README with production and staging links
2 parents d6421d3 + a5155c3 commit e7118bd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,18 @@ The following project structure should be followed:
100100
- For non-production environments, authentication is also supported with the `Authorization` header.
101101
- Authorization header: `Authorization: Bearer <token>`
102102
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+
103115
## Testing Guidelines
104116
105117
- Libraries used in testing in the project:

0 commit comments

Comments
 (0)