JSON Web Token Authentication for Laravel and Lumen
-
Updated
May 15, 2017 - PHP
JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.
JSON Web Token Authentication for Laravel and Lumen
CodeIgniter 3 - REST API Integration with JWT (JSON Web Tokens)
Laravel JWT Impersonate is a plugin that allows you to authenticate as your users with JWT authentication in a REST API app.
CodeIgniter 4 - REST API Integration with JWT (JSON Web Tokens)
PHP JWT example.
This is a simple JWT project using PHP.
Utilities for dealing with JWT in SilverStripe
This is a CodeIgniter project using JWT to authenticate users.
Simple package for creating JSON Web Tokens and using them in a PHP application.
Api authentication in Laravel 5.4 using JWT with example. This is very important to implement authentication in web application. JWT (JSON Web Token) is usually used to send information that can be trusted and verified by means of a digital signature. Now question is when should you use JSON Web Tokens
A PHP framework for easy and efficient creation of multi-lingual websites
Laravel + Vue + JWT auth
Secure login script for PHP using MySQL.
PHP library to encode and decode JSON Web Tokens (JWT)
Simplifiación de la implementación PHP de JSON Web Token
Created by M. Jones, J. Bradley, N. Sakimura
Released May 2015