Hi there!
bit newbie question right here:
I’m having an issue understanding the pricing model with tokens. There is a mention, of about 1000 machine-to-machine authentication in the Essential tier which I’m about to use.
My setup will be:
Next.js application at the frontend, and the Nest.js application at the backend.
I want to secure some of the endpoints on the backend service for authenticated users only (it will return some info from my DB).
Will I increase my quota count every time the user signs in through my nextjs app?
Thanks!