Skip to content

Instantly share code, notes, and snippets.

View mkojoa's full-sized avatar
💻
Probably coding something stupid

Michael Ameyaw mkojoa

💻
Probably coding something stupid
View GitHub Profile
@mkojoa
mkojoa / pkce-generators.js
Created March 3, 2022 12:47 — forked from mikecabana/pkce-generators.js
Sample code_verifier and code_challenge generators for OAuth PKCE + Code Flow
/**
* Based on spec: https://tools.ietf.org/html/rfc7636#section-4
* Uses: https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js
*/
/**
*
* Static values
*
*/
@mkojoa
mkojoa / WindowsTerminal.md
Created December 19, 2021 07:44 — forked from dahlsailrunner/WindowsTerminal.md
Customization and Setup notes for Windows Terminal