logoalt Hacker News

dominikdoesdevyesterday at 6:00 PM1 replyview on HN

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


Replies

ayushrodriguesyesterday at 6:13 PM

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.