All Projects → 52admln → JWT-CodeIgniter

52admln / JWT-CodeIgniter

Licence: other
JSON Web Token native library for PHP

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to JWT-CodeIgniter

ExpressPHP-V1
✨ ExpressPHP V1是一个极简的 web 开发MVC框架,和ThinkPHP5一样现代化,比CodeIgniter还要轻量级,真正突破框架限制,让你感受到自由,同时兼顾高性能、低学习成本。
Stars: ✭ 13 (-72.34%)
Mutual labels:  codeigniter
node-server
(@nestjs refactoring)⚡️My personal website's api server, a RESTful application that powered by @eggjs
Stars: ✭ 17 (-63.83%)
Mutual labels:  jsonwebtoken
SIAKAD-PT
Sistem Informasi Akademik Perguruan Tinggi with Framework CodeIgniter
Stars: ✭ 53 (+12.77%)
Mutual labels:  codeigniter
CodeIgniter-3.0.0-ORM-Twig
First CodeIgniter 3 using orm and template engine twig
Stars: ✭ 19 (-59.57%)
Mutual labels:  codeigniter
OpenTor-X
Open Source Torrent Index Website
Stars: ✭ 19 (-59.57%)
Mutual labels:  codeigniter
vue-jwt-mongo
🔐 A simple authentication system for Vue.js
Stars: ✭ 14 (-70.21%)
Mutual labels:  jsonwebtoken
Codeigniter-blockchain
A library to use the Blockchain Wallet API: https://blockchain.info/api/blockchain_wallet_api
Stars: ✭ 19 (-59.57%)
Mutual labels:  codeigniter
graphscript
A GraphQL Boilerplate with Typescript and TypeORM ⚡
Stars: ✭ 27 (-42.55%)
Mutual labels:  jsonwebtoken
Slice-Library
Slice-Library is a CodeIgniter library that simulates Laravel's Blade templating system!
Stars: ✭ 60 (+27.66%)
Mutual labels:  codeigniter
pathokun
Pathokun, a path generator, updates your content just with your frontend by HTTP GET Request!
Stars: ✭ 15 (-68.09%)
Mutual labels:  jsonwebtoken
CIgniter-Datatables
CodeIgniter library for Datatables server-side processing / AJAX, easy to use :3
Stars: ✭ 39 (-17.02%)
Mutual labels:  codeigniter
JWT-user-auth-API-bolilerplate
Boilerplate for backend API user authentication with JWT
Stars: ✭ 13 (-72.34%)
Mutual labels:  jsonwebtoken
gobarber-api-gostack11
API GoBarber / NodeJS / Express / Typescript / SOLID
Stars: ✭ 39 (-17.02%)
Mutual labels:  jsonwebtoken
socialigniter
This is core install of social igniter application. Please follow the Readme below
Stars: ✭ 78 (+65.96%)
Mutual labels:  codeigniter
gobarber
Projeto desenvolvido durante as aulas do Bootcamp GoStack10 da Rocketseat
Stars: ✭ 15 (-68.09%)
Mutual labels:  jsonwebtoken
codeigniter-tettei-apps
『CodeIgniter徹底入門』のサンプルアプリケーション(CodeIgniter v3.1版)
Stars: ✭ 26 (-44.68%)
Mutual labels:  codeigniter
rimbun
Codeigniter Starter
Stars: ✭ 25 (-46.81%)
Mutual labels:  codeigniter
tiket
TIKET is a ticketing/helpdesk system to support and help you deal with issues/incidents in your organization or from customers.
Stars: ✭ 59 (+25.53%)
Mutual labels:  codeigniter
phpshow
phpshow,简单易用的php框架
Stars: ✭ 14 (-70.21%)
Mutual labels:  codeigniter
codeigniter-rest
CodeIgniter 3 RESTful API Resource Base Controller
Stars: ✭ 71 (+51.06%)
Mutual labels:  codeigniter

JWT-CodeIgniter

JSON Web Token native library for PHP

Introduction

jwt_helper.php 文件为封装好的一个类,可直接使用,使用方法如下:

配置 application/config/autoload.php 中,修改 $autoload['helper'] = array()$autoload['helper'] = array('jwt');

调用方法:

  • jwt_helper::validate(<token>) 验证token
  • jwt_helper::decode(<token>) 解码token
  • jwt_helper::create(<userId>) 创建token userId 为你要存放的字段

How to Use ?

  1. 复制 helperslibraries 里面的文件到相应的目录
  2. 按照说明引入

Donate

如果我的付出能够帮助到你,我也乐于接受你的帮助,小小的赞赏是我们持续进步的动力。

支付宝支付 微信支付

Thanks

JWT for CodeIgniter: https://github.com/b3457m0d3/JWT-CodeIgniter

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].