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
export OP_ACCOUNT=yunojuno.1password.com | |
# Create .env.local if it does not exist | |
if [ ! -f .env.local ] | |
then | |
echo "Creating .env.local" | |
cat <<EOF > .env.local | |
# Place secret env variables from 1Password and custom overrides here | |
# | |
# Any variables here will override ones set in .env.native.dist |
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
# This snippet is valid for older FastAPI versions. | |
# For an updated DependencyExtension that works with FastAPI 0.115.0, refer to this gist: | |
# https://gist.github.com/jgadling/bf27a924cd9c34a2a64d2dbf8a5507e6 | |
import typing | |
import strawberry | |
import uvicorn | |
from fastapi import Depends, FastAPI |
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
https://blog.talosintelligence.com/ | |
https://cyberscoop.com/ | |
https://danielmiessler.com/ | |
https://darknetdiaries.com/ | |
https://ecrime.ch/ | |
https://filippo.io/ | |
https://googleprojectzero.blogspot.com/ | |
https://intelnews.org/ | |
https://isc.sans.edu/podcast.html | |
https://jvns.ca/ |
OlderNewer