Skip to content
View tarponjargon's full-sized avatar
  • Knoxville, TN

Block or report tarponjargon

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. flask-commerce flask-commerce Public

    Python/Flask e-commerce platform based on client work

    Python

  2. clipcast clipcast Public

    Convert news articles, blog posts (and more) into audio podcast episodes using natural-sounding AI text-to-speech models

    SCSS 2

  3. webpack-bootstrap-flask webpack-bootstrap-flask Public

    Scaffolding codebase illustrating a webpack-bootstrap-flask stack

    Jinja 1

  4. js-simple-validations js-simple-validations Public

    Dead Simple HTML Form Validator. No Javascript required.

    JavaScript 4

  5. http-errors http-errors Public

    A simple, time-tested server error reporting application

    Perl

  6. refresh_token.py refresh_token.py
    1
    ''' 
    2
    this is a custom module to extend flask-jwt-extended to work with ember-simple-auth-token
    3
    refresh tokens.  by default flask-jwt-extended wants the refresh tokens in the header, but 
    4
    esat sends it in the payload.  This is meant to decorate the refresh route like this:
    5