Loading...
mutiro auth verify

Verify a signup or login code

Synopsis

Verify a verification code sent during signup or login.

This command is useful when:

  • You received a verification code via email
  • You want to complete a signup/login process later
  • You need to manually enter a code from logs (dev environment)

Examples:

Verify with a code you received

mutiro auth verify user@example.com 123456

In dev environment, check logs for the actual code:

docker logs auth-dev | grep "Verification code"

mutiro auth verify <email> <code> [flags]

Usage mutiro auth verify <email> <code> [flags]
Examples

Verify with a code you received

mutiro auth verify user@example.com 123456
Options
Flag Type Description
-h, --help bool help for verify
Global Options
Flag Type Description
--config string config file (default is ./.mutiro.yaml in current directory)
--debug bool debug mode
-v, --verbose bool verbose output
Subcommands
See Also
mutiro auth