jsonwebtoken
Here are 677 public repositories matching this topic...
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
-
Updated
Jul 16, 2020 - TypeScript
基于SpringBoot+Shiro+Redis+Jwt+Thymeleaf+MyBatis 开发的后台用户、角色、权限、会员管理、RestFul、Token和前台用户登录注册以及前后台用户分离的脚手架,技术交流请加QQ群:805442966
-
Updated
Jun 18, 2020 - JavaScript
JWT auth service using Spring Boot, Spring Security and MySQL
-
Updated
May 29, 2020 - Java
http://wiki.freepascal.org/pas2js
Razor style scripting using pascal would be a nice addition.
Hello, world!
The time on the server is @DateTime.Now
The ability pass a model the page, interop with javascript, dom, etc..
Build ECommerce Website Like Amazon By React & Node & MongoDB
-
Updated
Jul 16, 2020 - JavaScript
Link : https://django-graphql-jwt.domake.io/en/latest/authentication.html#delete-cookies
Section : Delete Cookies
Wrong : # Long running refresh tokens
delete_refresh_token_cookie =
graphql_jwt.refresh_token.DeleteRefreshTokenCookie.Field()
Right : # Long running refresh tokens
delete_refresh_token_cookie =
graphql_jwt.DeleteRefreshTokenCookie.Field()
The docs at https://firebase.google.com/docs/auth/admin/verify-id-tokens suggest getting the public key via https://www.googleapis.com/robot/v1/metadata/x509/securetoken@system.gserviceaccount.com
I tried loading this in via DecodingKey::from_rsa_pem but no luck so far.
Does the x509 string need to be converted to something else before loading?
A super fast CLI tool to decode and encode JWTs built in Rust
-
Updated
Jul 6, 2020 - Rust
JWT utilities module based on the jsonwebtoken package
-
Updated
Jul 13, 2020 - TypeScript
Nest + Sequelize + jwt
-
Updated
Mar 30, 2019 - TypeScript
A Fake API with JWT Authentication using json-server and jsonwebtoken
-
Updated
Jul 15, 2020 - JavaScript
nest-js starter which implement graphql module
-
Updated
Nov 20, 2018 - TypeScript
Ecommerce application back-end codes
-
Updated
Jun 16, 2020 - JavaScript
A MERN stack skeleton web application [Full-Stack React Projects]
-
Updated
Jul 16, 2020 - JavaScript
前后端分离实践----基于Koa2框架博客后端
-
Updated
Sep 10, 2017 - JavaScript
A JSON file RESTful API with authorization based on json-server
-
Updated
Jul 1, 2020 - JavaScript
the absolute minimum to make JSON Web Tokens in deno. Based on JWT and JWS specifications.
-
Updated
Jul 14, 2020 - TypeScript
前端:react、redux和react router,后端:koa2,数据库:mongodb
-
Updated
Jul 20, 2018 - JavaScript
JSON Web Token (JWT) cookie combo authentication strategy for Passport and Node.js.
-
Updated
Apr 17, 2017 - JavaScript
Basic jsonwebtoken authentication plugin for The Nexus Framework
-
Updated
Jun 15, 2020 - TypeScript
一个基于Koa2轻量级的nodejs后台服务RESTful API Server模板,为客户端提供api接口数据
-
Updated
Nov 18, 2017 - JavaScript
JSON Web Token based Authentication powered by Keycloak
-
Updated
Jul 8, 2020 - JavaScript
A NodeJs application written in TypeScript using ExpressJs framework to create a RESTful api for User model data stored in MongoDB using Mongoose as an adapter. Using the tsoa tool to facilitate a Swagger UI browser API test portal.
-
Updated
Apr 16, 2019 - TypeScript
A website to find online courses
-
Updated
Nov 6, 2019 - JavaScript
Improve this page
Add a description, image, and links to the jsonwebtoken topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jsonwebtoken topic, visit your repo's landing page and select "manage topics."


The features section in the docs states that nodemon is available in the project, when it's clearly not. It's not added as a dependency or as a command in the project. Maybe remove this from the docs or actually add nodemon?