Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
/ auth Public archive

This is the microservice responsible for handling session and auth related stuff.

Notifications You must be signed in to change notification settings

miauw-social/auth

Repository files navigation

auth service

This is the microservice that handles everything auth related.

Events

These are the events this microservice is listening to.

  • auth.password.initial: event which triggers user and verification_token creation.
  • auth.password.change: event which triggers user password change.
  • auth.login: event which triggers session creation.
  • auth.session.exists: event which checks if current session is valid.
  • auth.session.get-user: event which returns the current user of active session.
  • auth.verify: event which verifies the user

Deployment (without miauw stack)

  1. Image Build
$ docker build -t miauw/auth .
  1. Run Image
$ docker run -d miauw/auth

About

This is the microservice responsible for handling session and auth related stuff.

Resources

Stars

Watchers

Forks

Packages

No packages published