Authentification microservice, ostensibly
Find a file
2024-10-13 21:26:03 +03:00
internal Adjust function names 2024-10-13 21:26:03 +03:00
.gitignore Improve initial loading 2024-10-13 16:38:13 +03:00
config.json Add subcommand to find a user 2024-10-13 14:49:41 +03:00
go.mod Switch to chi and improve logs 2024-10-13 16:51:29 +03:00
go.sum Switch to chi and improve logs 2024-10-13 16:51:29 +03:00
LICENSE Add a license 2024-10-13 21:15:19 +03:00
main.go Refactor everything again 2024-10-13 21:03:44 +03:00
Makefile Improve initial loading 2024-10-13 16:38:13 +03:00
README.md Refactor everything again 2024-10-13 21:03:44 +03:00

Pye Auth

Mission: Science compels us to create a microservice!

This is the repository for my JWT authentication microservice with(out) blazingly fast cloud-native web3 memory-safe blockchain reactive AI (insert a dozen more buzzwords of your choosing) technologies.

Usage

Usage:
  pye [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  find        Find a user
  help        Help about any command
  serve       Start JWT service
  verify      Verify a JWT token

Flags:
  -c, --config string   config file (default "config.json")
      --db string       database to use
  -d, --debug           enable debug mode
  -h, --help            help for pye

Use "pye [command] --help" for more information about a command.

Technologies used

  • Storage - SQLite and a PEM file
  • HTTP routing - Chi, just for logging...
  • CLI management - Cobra