TOTP Slack Command

Test

Usage

$ gcloud functions deploy GenerateTOTP \
    --gen2 \
    --trigger-http \
    --allow-unauthenticated \
    --runtime go121 \
    --env-vars-file .env.yaml \
    --region <region> \
    --project <project-id>

License

MIT

Author

Masahiro Furudate (a.k.a. 178inaba)
178inaba.git@gmail.com