Skip to content

Instantly share code, notes, and snippets.

View jeffward01's full-sized avatar

Jeff Ward jeffward01

  • Universal Music Group
  • The Death Star
View GitHub Profile
@jeffward01
jeffward01 / IdentityHelper.cs
Created October 11, 2022 20:24 — forked from imeanitworks/IdentityHelper.cs
Helper class that I use to extract claim information from the authentication context
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Threading;
namespace ProjectNamespace
{
public static class IdentityHelper
{
@jeffward01
jeffward01 / Folder structure
Created January 15, 2022 08:47 — forked from mdschweda/Folder structure
Multiple projects DocFX structure
+-- doc
⁞ +-- api
⁞ ⁞ +-- ProjectA
⁞ ⁞ ⁞ +-- index.md
⁞ ⁞ +-- ProjectB
⁞ ⁞ +-- index.md
⁞ +-- docfx.json
⁞ +-- toc.yml
+-- src
+-- ProjectA
@jeffward01
jeffward01 / 0_reuse_code.js
Created March 13, 2017 18:36
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console