repositorypackage
0.0.0-20240509175243-deb6d5ce934e
Repository: https://github.com/satyarth42/chatter.git
Documentation: pkg.go.dev
# README
chatter [WIP]
The project is still in progress, the different modules it encompasses involves
- SignUp and Login
- JWT based authorization
- Different tokens for access authorization and for refreshing an expired Bearer token
- Redis for quick lookup of access tokens to check for blacklisted tokens.
- Kafka for message passing in distributed server configuration.
- Aerospike data store for storing messages.