Libraries tagged by jwt tokens
exeerik/pushok
81 Downloads
Customized PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key) or certificate-based authentication
north69/lexik-jose-bridge
1403 Downloads
Bridge to allow the use of web-token/jwt-framework with the Lexik JWT Authentication Bundle
ijp/auth
37 Downloads
user authentication using jwt which returns cookies access_token and refresh token which will be checked by middleware
romabeckman/encryption
7 Downloads
A library to encrypt and decrypt Tokens making signature. Encode and decode (JWT) in PHP.
enzo/thinkjwt
13 Downloads
随着技术的发展,分布式web应用的普及,通过session管理用户登录状态成本越来越高,因此慢慢发展成为token的方式做登录身份校验,然后通过token去取redis中的缓存的用户信息,随着之后jwt的出现,校验方式更加简单便捷化,无需通过redis缓存,而是直接根据token取出保存的用户信息,以及对token可用性校验,单点登录更为简单
nbgrp/singlea-jwt-bundle
14 Downloads
The SingleA tokenizer JWT implementation
giftuals/tokenizer
3 Downloads
PHP JWT library that allows you to create trustworthy links from and to your website or webapp
yakubenko/jtokens
19 Downloads
A Very basic implementation of JWT for php