Libraries tagged by JWT token
sicaboy/pushok
28 Downloads
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
paysera/fork-edamov-pushok
2368 Downloads
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
mammutgroup/pushok
32 Downloads
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
lelush/laravel-apn-notification-channel
6 Downloads
Apple Push Notification Service (APNs) notifications channel for Laravel 5.3+ using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key)
hihebark/pushok
3 Downloads
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
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可用性校验,单点登录更为简单
yakubenko/jtokens
19 Downloads
A Very basic implementation of JWT for php