I see that there you’ve created Auth Repositories for these servers. Is there any way to extend this to support RabbitMQ???
OrmLiteAuthRepository - Supporting most major RDBMS
RedisAuthRepository - Uses Redis back-end data store
DynamoDbAuthRepository - Uses AWS DynamoDB data store
MongoDbAuthRepository - Uses MongoDB data store
InMemoryAuthRepository - Uses InMemory Auth Repository
If not we see that the only option is X509 Certificates. Any best practices for using these certificates?
Thanks