totp

package module
v0.0.0-...-5fc101c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2024 License: MIT Imports: 15 Imported by: 0

README

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateTOTP

func GenerateTOTP(w http.ResponseWriter, r *http.Request)

GenerateTOTP handle generate TOTP slack command HTTP request.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL