All Projects → neatpro → Quasar-JWT

neatpro / Quasar-JWT

Licence: MIT license
Quasar - JWT Authentication Starter Kit

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Quasar-JWT

NodeScalableArchitecture
A Scalable Node Architecture/Server. This repository contains a complete implementation of writing scalable nodejs server/architecture on my medium blog.
Stars: ✭ 62 (+63.16%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
Laravel Jwt
Laravel with JWT Authentication for API development
Stars: ✭ 31 (-18.42%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
spring-boot-login-example
Spring Boot Login and Registration example with MySQL, JWT, Rest Api - Spring Boot Spring Security Login example
Stars: ✭ 50 (+31.58%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
MyAPI
A template to create awesome APIs easily ⚡️
Stars: ✭ 117 (+207.89%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
Laravel Api Boilerplate
A Boilerplate Project For Laravel API's (NOT MAINTAINED)
Stars: ✭ 113 (+197.37%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
API-Authentication-NodeJs
API Authentication using JWT's (JSON Web Tokens). Plug n Play inside any app which requires authentication. NodeJs Express MongoDB & Redis.
Stars: ✭ 162 (+326.32%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
React Login
A client side implementation of authentication using react.js for my blog on medium. This is the second part of my previous blog on how to implement scalable node.js server.
Stars: ✭ 105 (+176.32%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
Jwt
Go JWT signing, verifying and validating
Stars: ✭ 394 (+936.84%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
Jose2go
Golang (GO) implementation of Javascript Object Signing and Encryption specification
Stars: ✭ 150 (+294.74%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
Jwt Spring Security Jpa
Backend MVP showcasing JWT (Json Web Token) authentication with multiple login, timeout / refresh / logout (with in memory invalidation) using Spring Security & MySQL JPA.
Stars: ✭ 202 (+431.58%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
Jwtpermission
基于token验证的Java Web权限控制框架,使用jjwt,支持redis和db多种存储方式,可用于前后端分离项目,功能完善、使用简单、易于扩展。
Stars: ✭ 186 (+389.47%)
Mutual labels:  jwt-token, jwt-auth
Go Book Store Api
Go Sample project to understand Mysql CRUD operation with best practises Includes logging, JWT, Swagger and Transactions
Stars: ✭ 18 (-52.63%)
Mutual labels:  jwt-token, jwt-authentication
Jose Jwt
Ultimate Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET and .NET Core
Stars: ✭ 692 (+1721.05%)
Mutual labels:  jwt-token, jwt-authentication
F License
Open Source License Key Generation and Verification Tool written in Go
Stars: ✭ 535 (+1307.89%)
Mutual labels:  jwt-token, jwt-authentication
Doorkeeper Jwt
JWT Token support for Doorkeeper
Stars: ✭ 174 (+357.89%)
Mutual labels:  jwt-token, jwt-auth
Php Storageless Sessions
Sessions handler which stores session data in HMAC-signed and encrypted cookies
Stars: ✭ 29 (-23.68%)
Mutual labels:  jwt-token, jwt-authentication
Jwt
Kotlin JWT 🔑 implementation (Json Web Token) as required by APNs 🔔 (Apple Push Notifications) or Sign in with Apple 🍏
Stars: ✭ 31 (-18.42%)
Mutual labels:  jwt-token, jwt-authentication
Springboot Jwt Demo
这是一个使用了springboot+springSecurity+jwt实现的基于token的权限管理的一个demo
Stars: ✭ 505 (+1228.95%)
Mutual labels:  jwt-token, jwt-auth
Laravel Vue Starter
Well Documented Laravel Starter App From Development to Production. For Full Blown RESTFUL API and SPA with Beautiful UI Using Buefy / ElementUi For Reusable Vue Components
Stars: ✭ 76 (+100%)
Mutual labels:  jwt-token, jwt-authentication
gatsby-starter-redux-saas
An Gatsby starter for Saas products. Uses redux and apollo and a graphql token auth backend.
Stars: ✭ 18 (-52.63%)
Mutual labels:  jwt-token, jwt-authentication

Quasar Framework logo

Quasar Framework JWT Starter Kit

Starter Kit for a Quasar Project with JWT Authentication.

Usage

First, make sure you have Node >= 8 and NPM >= 5.

# install Quasar CLI beta version:
$ npm install -g quasar-cli

# install Vue CLI if you don't have it already
$ npm install -g vue-cli

# clone Quasar-JWT Starter Kit
$ git clone https://github.com/neatpro/Quasar-JWT.git

$ cd Quasar-JWT
$ npm install

$ quasar dev

Backend using Laravel Framework https://github.com/neatpro/Laravel-JWT

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].