Hi
I’ve encountered a problem and would love an assistant,
I’m using auth0 to manage authentications between a react app (SPA application in auth0) and an express backend, also, i need to access the same express backend from a lambda function.
I’ve used M2M authentication to generate access token in the lambda function, this lambda is ran few thousand times few times a month, so i did used my quota pretty quickly.
Is M2M auth is the right way to go in my case? or is there a better way?
Is there any way to reduce costs in this case?
Thanks for the help