jsonwebtoken
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.
Here are 20 public repositories matching this topic...
Simple JWT (RFC 7519) encoding/decoding and validation library, for PHP >= 5.3.
-
Updated
Oct 9, 2017 - PHP
It's a standalone single file PHP JSON Web Token (JWT) to use in your projects. It requires no dependencies or no framework.
-
Updated
Jan 7, 2023 - PHP
Secure Your Laravel Web App with Little JWT - The Key to Effortless Token Management!
-
Updated
Oct 21, 2024 - PHP
Manage JSON Web Key Sets (JWKS) for your Laravel applications
-
Updated
Jan 26, 2024 - PHP
REST API with Slim3 PHP Framework
-
Updated
Mar 22, 2021 - PHP
This package allows you to generate Json Web Tokens. You can then verify the JWT code and grant access based on its validity. You can also use the optional refresh token flow for long lived sessions.
-
Updated
Aug 30, 2023 - PHP
-
Updated
Dec 11, 2022 - PHP
My bootcamp's final project facilitates user requests for different types of emergencies, managed by admins through a dashboard, developed using React, React Native, and Laravel.
-
Updated
Sep 24, 2023 - PHP
Laravel 8 Auth JWT dengan firebase/php-jwt
-
Updated
Apr 28, 2023 - PHP
Aplikasi Restful dengan CodeIgniter 4. Studi kasus Authentication dan Authorization dengan JWT.
-
Updated
Aug 19, 2021 - PHP
Laravel Lumen API
-
Updated
Aug 24, 2019 - PHP
Di Statistics API
-
Updated
Nov 22, 2021 - PHP
Laravel expense tracker API using JWT user authentication
-
Updated
Nov 4, 2024 - PHP
The PHP and MySQL-powered back end for Daily Agenda – an interactive todo list and weather app. Effortlessly manage tasks, stay updated on weather conditions, and keep track of time and date.
-
Updated
Dec 29, 2023 - PHP
-
Updated
Feb 2, 2023 - PHP
Created by M. Jones, J. Bradley, N. Sakimura
Released May 2015
- Followers
- 92 followers
- Website
- www.rfc-editor.org/info/rfc7519
- Wikipedia
- Wikipedia