skryba / auth.py
trojkat's picture
Create auth.py
0581c51 verified
raw
history blame contribute delete
73 Bytes
import os
def authorize(pin):
return pin == os.environ['SKRYBA_PIN']