Skip to content

Commit a5155c3

Browse files
committed
Login info moved to contributing
Login and cookie details have been moved to CONTRIBUTING.md from README.md
1 parent 0999c49 commit a5155c3

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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:

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,3 @@ $ npm run validate-setup
4949
Check out our video on how to setup the backend here: [Wiki link](https://github.com/Real-Dev-Squad/website-backend/wiki/Backend-setup-and-understanding-the-flow)
5050

5151
Read more about contributing to the project: [CONTRIBUTING](CONTRIBUTING.md)
52-
53-
## Production login:
54-
https://github.com/login/oauth/authorize?client_id=23c78f66ab7964e5ef97
55-
56-
### Production login - Cookie:
57-
rds-session
58-
59-
## Staging login:
60-
https://github.com/login/oauth/authorize?client_id=c4a84431feaf604e89d1
61-
62-
### Staging login - Cookie:
63-
rds-session-staging

0 commit comments

Comments
 (0)