#
json-web-token
Here are 131 public repositories matching this topic...
A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.
java
jwt
rest
spring
spring-boot
authentication
rest-api
authorization
spring-security
spring-framework
restful-api
json-web-token
-
Updated
May 8, 2017 - Java
Open Source Universal User Registration System – NodeJS React Apollo GraphQL JWT MongoDB
nodejs
mongodb
apollo-client
server-side-rendering
json-web-token
universal-react
user-registration
react-apollo
reactjs-boilerplate
-
Updated
Jun 6, 2020 - JavaScript
JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON Web Key) in Ruby
-
Updated
Jun 3, 2020 - Ruby
Open
Typo in readme.md?
1
salkz
commented
Apr 14, 2018
Token from User Credentials.
This method should be used when you just registered a user and any other special cases.
I think this should be "This method should be used when you want to authenticate a user and any other special cases." because the function
public function tokenFromCredentials(Guard $auth, Request $request)
{
// get some credentials
$credential
JSON Web Token library
jwt
ed25519
ecdsa
hmac
jwk
rsa-signature
hmac-authentication
jwt-bearer-tokens
json-web-token
bearer-tokens
bearer-authentication
http-bearer
http-authentication
bearer-authorization
-
Updated
May 31, 2020 - Go
A super fast CLI tool to decode and encode JWTs built in Rust
-
Updated
Jul 6, 2020 - Rust
Jwt Authentication without ASP.NET Core Identity 3.x
-
Updated
May 16, 2020 - C#
Ultra lightweight, dependency free and standalone JSON web token (JWT) library for PHP5.6 to PHP7.4. This library makes JWT a cheese.
jwt
oauth2
php7
php-jwt
jwt-authentication
json-web-signature
json-web-token
jwt-auth
api-security
json-web-token-php
api-auth
adhocore
-
Updated
Feb 1, 2020 - PHP
A header only library for creating and validating json web tokens in c++
-
Updated
Jul 6, 2020 - C++
A really simple library to generate JSON Web Tokens in PHP.
-
Updated
Jun 10, 2020 - PHP
Spring Webflux template application with working Spring Security, Web-sockets, Rest, Web MVC, and Authentication with JWT.
reactive
spring
spring-boot
mongodb
gradle
websocket
websockets
spring-security
java8
jwt-bearer-tokens
microservices-architecture
jwt-authentication
restful-api
web-sockets
mongodb-database
json-web-token
sping-reactive
webflux
restcontroller
netty-websocket
-
Updated
May 14, 2018 - Java
lawliet89
commented
Jun 12, 2017
This behaviour is encoded in an internal flatten serializer.
.NET DevPack Identity is a set of common implementations to help you implementing Identity, Jwt, claims validation and another facilities
identity
oauth
jwt
authentication
roles
authorization
asp-net-core
json-web-token
access-control
asp-net-identity
claims
custom-authentication
-
Updated
Jun 11, 2020 - C#
Socket.io authentication middleware using Json Web Token
jwt
authentication
socket-io
auth
json-web-token
authenticate
socket-io-middleware
socketio-jwt
socketio-jwt-auth
-
Updated
Jun 10, 2020 - JavaScript
JWT implementation for Yii2 Authorization process
-
Updated
Aug 16, 2016 - PHP
Open Source Universal User Registration System – NodeJS React Redux JWT MongoDB
nodejs
mongodb
mongoose
react-redux
redux-form
redux-thunk
server-side-rendering
json-web-token
user-registration
babel7
webpack4
-
Updated
Apr 20, 2019 - JavaScript
認識 JWT 以及透過 Django 實戰 📝
-
Updated
May 8, 2018 - Python
A shell library to decode JWT tokens
-
Updated
Apr 7, 2020 - Shell
Convenience library for working with JSON Web Tokens (JWT) in PHP
-
Updated
Apr 14, 2020 - PHP
A PHP implementation of JWT (JSON Web Token) generator, parser, verifier, and validator
-
Updated
Feb 25, 2020 - PHP
User authentication/login with Angular 4 and Django REST Framework JWT
-
Updated
Nov 8, 2017 - JavaScript
-
Updated
Jan 10, 2018 - C#
A Rails 5 JSON API template
-
Updated
Sep 6, 2018 - HTML
Kotlin JWT 🔑 implementation (Json Web Token) as required by APNs 🔔 (Apple Push Notifications) or Sign in with Apple 🍏
-
Updated
Jun 19, 2020 - Kotlin
Salesforce Oauth Flows
-
Updated
Feb 6, 2020 - JavaScript
-
Updated
Aug 2, 2018 - PHP
JSON Web Token implementation for .Net & .Net Core
-
Updated
Jul 3, 2020 - C#
Jwt, autenticación y crud API Rest con Elixir 1.7.3 y Phoenix 1.4
-
Updated
Mar 13, 2019 - Elixir
Improve this page
Add a description, image, and links to the json-web-token topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the json-web-token topic, visit your repo's landing page and select "manage topics."
In line
https://github.com/square/go-jose/blob/643bdf8caec0de8a54ec3e8f8601d57992f35510/jwk.go#L112
if key is nil error message is
'square/go-jose: unknown key type '%!s()''
If change this line to
'return nil, fmt.Errorf("square/go-jose: unknown key type '%T'", key)'
then everything is OK. Message will be
'square/go-jose: unknown key type '''
From fmt package docs:
'%T a