Does Kotless have an opinion on user authenticatio...
# kotless
v
Does Kotless have an opinion on user authentication and session management? Is that part of the Terraform model, or should we just roll our own?
t
Right now you should roll you know, unfortunately. But yeah, we will support integration with Cognito in nearest future
Current solution would be to use DynamoDB tables created in extending terraform files and own HTTP interceptor for authentication
👍 1