This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
## Open [https://egghead.io](https://egghead.io) | |
Watch Script Kit Tutorial videos. 👀 | |
*/ | |
// Name: Watch Script Kit Tutorials | |
// Description: Launch egghead.io | |
// Author: John Lindquist | |
// Twitter: @johnlindquist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Name: Active Directory User | |
// Description: Look up a User via security-token-generator in GPT | |
import "@johnlindquist/kit"; | |
const gptDomain = await env("DOMAIN_GPT", { | |
initialChoices: ["gpt.aws-us-east-1.gpt.williamhill.plc"], | |
}); | |
const gptRosiAuthKey = await env("ROSI_AUTH_KEY_GPT", { | |
initialChoices: ["DevKey2023"], |