Nimbus
  • Introduction
  • Learning Prerequisites
  • How to use this document
  • Getting Started
    • Environment Setup
    • Running Hello World
    • Understanding Application Architecture
    • Anatomy of a Nimbus Project
    • Project Control Documents
  • Frontend Development
    • UI Development Process
    • UI Component Documentation
  • Data Pipeline Development
    • Default Package Layout
  • Server-side Development
    • Creating the Application Data Architecture
    • Core API
      • Authentication
      • Files
      • Schemas
      • Tasks & Queues
      • Compute
  • Code Practices
    • Typescript GraphQL Patterns
    • Utilizing React Hook Forms
    • React Component Structure
    • Helper Tools
      • Data Generator
      • JWT Token Generator
Powered by GitBook
On this page
  • Installation
  • Generation
  • References
  1. Code Practices
  2. Helper Tools

JWT Token Generator

PreviousData Generator

Last updated 10 months ago

Because nimbus uses AWS Cognito as its OAuth provider, it is non-trivial to generate login tokens. Hence we created a simple tool that will allow you to generate the tokens.

The tool is available at the following Repo:

Installation

git clone https://github.com/aegion-dynamic/jwt-token-printer
cd jwt-token-printer
go install .

Generation

jwt-token-printer

References

An Introduction to OAuth 2 | DigitalOcean
Logo
https://github.com/aegion-dynamic/jwt-token-printergithub.com
User pool authentication flow - Amazon CognitoAmazon Cognito
Logo