identity-service

command module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2024 License: MIT Imports: 8 Imported by: 0

README

identity-service

User management and authentication service.

Quickstart

# Generate a keypair for JWT
openssl genpkey -algorithm ed25519 -outform PEM -out private_key.pem
openssl pkey -in private_key.pem -pubout -outform PEM -out public_key.pem

# Encode jwt keypair into base64
cat private_key.pem | base64
cat public_key.pem | base64

# Create .env file, update its content
cp .env.example .env

# Run the program
make run

Features

  • Authentication.
  • Email verification.
  • Session management.
  • User management.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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