Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add jshthornton as a contributor for code #42

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@
"contributions": [
"code"
]
},
{
"login": "jshthornton",
"name": "Joshua Thornton",
"avatar_url": "https://avatars.githubusercontent.com/u/2814746?v=4",
"profile": "https://github.com/jshthornton",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# React Simple OAuth2 Login
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

> :trophy: **Credits**: this component is based on [React GitHub Login](https://github.com/checkr/react-github-login) by [Checkr](https://checkr.com/).
Expand Down Expand Up @@ -253,6 +253,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/tennox"><img src="https://avatars.githubusercontent.com/u/2084639?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Manuel</b></sub></a><br /><a href="https://github.com/bhubr/react-simple-oauth2-login/issues?q=author%3Atennox" title="Bug reports">🐛</a> <a href="https://github.com/bhubr/react-simple-oauth2-login/commits?author=tennox" title="Code">💻</a></td>
<td align="center"><a href="https://stewartjpark.com"><img src="https://avatars.githubusercontent.com/u/388348?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Stewart Park</b></sub></a><br /><a href="https://github.com/bhubr/react-simple-oauth2-login/commits?author=stewartpark" title="Code">💻</a> <a href="https://github.com/bhubr/react-simple-oauth2-login/commits?author=stewartpark" title="Documentation">📖</a></td>
<td align="center"><a href="http://juresotosek.com"><img src="https://avatars.githubusercontent.com/u/16746406?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jure Sotosek</b></sub></a><br /><a href="https://github.com/bhubr/react-simple-oauth2-login/commits?author=JureSotosek" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/jshthornton"><img src="https://avatars.githubusercontent.com/u/2814746?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Joshua Thornton</b></sub></a><br /><a href="https://github.com/bhubr/react-simple-oauth2-login/commits?author=jshthornton" title="Code">💻</a></td>
</tr>
</table>

Expand Down