Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brentonhouse/geek-jwt
JWT parser for JavaScript Node.js and Titanium native mobile
https://github.com/brentonhouse/geek-jwt
android appcelerator axway axwaydev brenton-house geek ios mobile native nodejs titanium turbo
Last synced: 19 days ago
JSON representation
JWT parser for JavaScript Node.js and Titanium native mobile
- Host: GitHub
- URL: https://github.com/brentonhouse/geek-jwt
- Owner: brentonhouse
- License: other
- Created: 2020-10-13T15:45:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T11:01:49.000Z (about 2 years ago)
- Last Synced: 2024-12-18T10:05:17.114Z (about 2 months ago)
- Topics: android, appcelerator, axway, axwaydev, brenton-house, geek, ios, mobile, native, nodejs, titanium, turbo
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@geek/jwt
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# @geek/jwt 🚀
![GitHub stars](https://img.shields.io/github/stars/brentonhouse/geek-jwt?style=social)
![GitHub forks](https://img.shields.io/github/forks/brentonhouse/geek-jwt?style=social)
![GitHub watchers](https://img.shields.io/github/watchers/brentonhouse/geek-jwt?style=social)
[![@geek/jwt](https://img.shields.io/npm/v/@geek/jwt.png)](https://www.npmjs.com/package/@geek/jwt)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=brentonhouse/geek-jwt)](https://dependabot.com)---
* [📓 Description](#--description)
* [✨ Features](#--features)
* [🚀 Getting Started](#--getting-started)
* [🛠️ Install](#️--install)
* [💥 Usage](#--usage)
* [🎓 Learn More](#--learn-more)
* [📚 Related projects](#--related-projects)
* [🎟️ Modules for Node.js](#️--modules-for-nodejs)
* [🎟️ Modules for Node.js and Titanium Mobile](#️--modules-for-nodejs-and-titanium-mobile)
* [📣 Feedback](#-feedback)
* [Follow Brenton House](#follow-brenton-house)
* [©️ Legal](#️--legal)
* [jwt-simple](#jwt-simple)
* [MS](#ms)
* [Other code](#other-code)
* [The MIT License (MIT)](#the-mit-license-mit)> JWT parser for JavaScript Node.js and Titanium native mobile
## 📓 Description
JWT parser for JavaScript Node.js and Titanium native mobile. Based on [jwt-simple](https://github.com/hokaccha/node-jwt-simple).
## ✨ Features
* [X] Initial beta release
## 🚀 Getting Started
### 🛠️ Install
> Please ensure there is a package.json file in the target directory. If there is not one present, you can create one with `npm init`.
If you wish to install this in an app using `Node.js` or `Titanium Turbo`, you can execute this in the project root directory:
```bash
npm install @geek/jwt
```### 💥 Usage
```javascript
const jwt = require('@geek/jwt');
```## 🎓 Learn More
⭐ [Axway Developer Blog](https://devblog.axway.com)
⭐ [Axway Developer YouTube Channel](https://youtube.com/axwaydev)
⭐ [Axway Developer Portal](https://developer.axway.com)### 📚 Related projects
#### 🎟️ Modules for Node.js
| project | description | npm |
|--- |--- |--- |
| [@geek/google-sheets](https://www.npmjs.com/package/@geek/google-sheets) | Easy way to manage Google Sheets API from Node.js | [![@geek/google-sheets](https://img.shields.io/npm/v/@geek/google-sheets.png)](https://www.npmjs.com/package/@geek/google-sheets) |#### 🎟️ Modules for Node.js and Titanium Mobile
| project | description | npm |
|--- |--- |--- |
| [@geek/cache](https://www.npmjs.com/package/@geek/cache) | Caching module for Node.js and Axway Titanium | [![@geek/cache](https://img.shields.io/npm/v/@geek/cache.png)](https://www.npmjs.com/package/@geek/cache) |
| [@geek/jsonc](https://www.npmjs.com/package/@geek/cache) | JSONC and JSON utilities for JavaScript with Node.js and Axway Titanium. | [![@geek/jsonc](https://img.shields.io/npm/v/@geek/jsonc.png)](https://www.npmjs.com/package/@geek/jsonc) |
| [@geek/jwt](https://www.npmjs.com/package/@geek/jwt) | JWT parser for JavaScript Node.js and Titanium native mobile | [![@geek/jwt](https://img.shields.io/npm/v/@geek/jwt.png)](https://www.npmjs.com/package/@geek/jwt) |
| [@geek/logger](https://www.npmjs.com/package/@geek/logger) | Logging module for Node.js and Axway Titanium | [![@geek/logger](https://img.shields.io/npm/v/@geek/logger.png)](https://www.npmjs.com/package/@geek/logger) |
| [@geek/mobile](https://www.npmjs.com/package/@geek/mobile) | Toolkit for creating, building, and managing mobile app projects. | [![@geek/mobile](https://img.shields.io/npm/v/@geek/mobile.png)](https://www.npmjs.com/package/@geek/mobile) |
| [@geek/retry](https://www.npmjs.com/package/@geek/retry) | Retry JavaScript functions and promises in Node.js and Axway Titanium | [![@geek/retry](https://img.shields.io/npm/v/@geek/retry.png)](https://www.npmjs.com/package/@geek/retry) |## 📣 Feedback
Have an idea or a comment? [Join in the conversation here](https://github.com/brentonhouse/geek-jwt/issues)!
-----
## Follow Brenton House
> Follow [`Brenton House`](https://brenton.house) for the latest on great modules and libraries!
[![Twitter Follow](https://img.shields.io/twitter/follow/brentonhouse?label=Follow%20%40brentonhouse%20on%20twitter&style=social)](https://twitter.com/brentonhouse)
[![LinkedIn Follow](https://img.shields.io/badge/LinkedIn-_Connect_with_%40brentonhouse_-blue?logo=linkedin&style=flat-square)](https://www.linkedin.com/in/brentonhouse/)
![Github Followers](https://img.shields.io/github/followers/brentonhouse?label=Follow%20%40brentonhouse%20on%20GitHub&style=social)-----
## ©️ Legal
### jwt-simple
> Copyright(c) 2011 Kazuhito Hokamura
> https://github.com/hokaccha/node-jwt-simple
> MIT Licensed### MS
> https://github.com/zeit/ms
> The MIT License (MIT)
> Copyright (c) 2016 Zeit, Inc.### Other code
> Copyright (c) 2019-Present - Brenton House
> https://brenton.house
> The MIT License (MIT)
### The MIT License (MIT)Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.