Skip to content

Commit

Permalink
docs(v2): add easyjwt to users (#5177)
Browse files Browse the repository at this point in the history
* docs(v2): add easyjwt to users

* Update website/src/data/users.js

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
  • Loading branch information
dbrrt and slorber committed Jul 16, 2021
1 parent 44225a3 commit 6210509
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added website/src/data/showcase/easyjwt.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions website/src/data/users.js
Expand Up @@ -339,6 +339,14 @@ const Users = [
source: 'https://github.com/facebook/draft-js',
tags: ['opensource','facebook'],
},
{
title: 'Easyjwt',
description: 'JWT creation and validation library',
preview: require('./showcase/easyjwt.png'),
website: 'https://www.easyjwt.org',
source: 'https://github.com/authdog/easyjwt',
tags: ['opensource','i18n'],
},
{
title: 'Eightshift Docs',
description:
Expand Down

0 comments on commit 6210509

Please sign in to comment.