Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First Draft for JWT Best Practices Doc #1182

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Aug 11, 2023

  1. First Draft for JWT Best Practices Doc

    * Ignores .idea files (pycharm ide)
    * Index updated by make generate-site
    * Added assets/JWTCSA as a place for assets and snippets
    * Added a JWT Cheat Sheet Doc
    * Fixed google_analytics in mkdocs.yaml
    * Added pymdownx plugins for:
    	* Admonitions (`blocks.details`)
    	* Code Snippets (`snippets`)
    	* Tabbed Content (`tabbed`)
    * Pinned modern minimum versions on requirements.txt
    chalbersma committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    4981240 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    c2e3e28 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    6aa2eea View commit details
    Browse the repository at this point in the history
  2. More work on this

    * Still not ready
    * Taking some feedback from our attempt to implement a jwt based
      auth scheme professionally.
    * Recommends jwt symmetrically signed with jwks certificates as
      it seems like it will be the best supported and offers an
      upgrade/portability path to OIDC.
    Christopher Halbersma authored and chalbersma committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    4dcaedf View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Updating Cheat Sheet

    chalbersma committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    cc26767 View commit details
    Browse the repository at this point in the history