Skip to content

Commit 36629db

Browse files
Merge pull request #427 from nmarklund10/nmarklund10/implement-security-endpoints
Nmarklund10/implement /v2/security/authenticate endpoint
2 parents 19cc6e9 + 35f6812 commit 36629db

25 files changed

+887
-1354
lines changed

.all-contributorsrc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,18 @@
191191
"test",
192192
"doc"
193193
]
194+
},
195+
{
196+
"login": "nmarklund10",
197+
"name": "Neil Marklund",
198+
"avatar_url": "https://avatars.githubusercontent.com/u/14162944",
199+
"profile": "https://github.com/nmarklund10",
200+
"contributions": [
201+
"code",
202+
"test"
203+
]
194204
}
195205
],
196206
"contributorsPerLine": 7,
197207
"skipCi": true
198-
}
208+
}

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Bmore-Responsive
33
on:
44
push:
55
pull_request:
6-
types: [opened, reopened]
76

87
env:
98
NODE_ENV: development

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
6060
<td align="center"><a href="https://bellese.io/"><img src="https://avatars3.githubusercontent.com/u/61873300?v=4" width="100px;" alt=""/><br /><sub><b>Michael Schechter</b></sub></a><br /><a href="https://github.com/CodeForBaltimore/Bmore-Responsive/commits?author=mschechter-bellese" title="Code">💻</a></td>
6161
<td align="center"><a href="http://ianjadams.com"><img src="https://avatars1.githubusercontent.com/u/7966226?v=4" width="100px;" alt=""/><br /><sub><b>Ian Adams</b></sub></a><br /><a href="https://github.com/CodeForBaltimore/Bmore-Responsive/commits?author=ijadams" title="Code">💻</a></td>
6262
<td align="center"><a href="https://www.joshglazer.com"><img src="https://avatars1.githubusercontent.com/u/5789311?v=4" width="100px;" alt=""/><br /><sub><b>Josh Glazer</b></sub></a><br /><a href="https://github.com/CodeForBaltimore/Bmore-Responsive/commits?author=joshglazer" title="Code">💻</a></td>
63+
<td align="center"><a href="https://github.com/nmarklund10"><img src="https://avatars.githubusercontent.com/u/14162944" width="100px;" alt=""/><br /><sub><b>Neil Marklund</b></sub></a><br /><a href="https://github.com/CodeForBaltimore/Bmore-Responsive/commits?author=nmarklund10" title="Code">💻</a></td>
6364
</tr>
6465
</table>
6566

0 commit comments

Comments
 (0)