Preferences

dominikdoesdev parent
Looks cool, but usually permissions management is done by auth, how does this work with autumn?

ayushrodrigues
We are pretty tightly coupled with Auth. Part of setting it up is resolving your internal customer (or org) ID from your auth JWT and passing it into an autumnHandler function, which then makes calls to the Autumn API.

This means you don't need to store any additional IDs for billing -- just make calls to Autumn with your exiting auth uuids.

This item has no comments currently.