Maker History
- LocalizeBotTranslate iOS app In 1 click
- LocalizeBot + ContextMay 2024
- LocalizeBotAug 2023
Forums
What would you like to see built? Add your #RequestForProducts
Hi, everyone! Super excited to see what everyone creates. We shared a list of things to build in the announcement of the next Makers Festival this morning, but I'm sure you have plenty of ideas. If you have something you're planning to build and are looking for ideas or someone to team up with, add it here. If you have wild ideas you'd like to see built, also add it here. Let's use this space to share ideas, gather feedback, and meet others that are interested in working on a particular project.
Question on client authentication
https://api.producthunt.com/v2/d... Have some questions for client level authentication. 1. How long does the token from oauth#token valid, is there an expiration? 2. Not sure about the flow, so with this client authen - when an app launch I make post request to /v2/oauth/token - save the token - use this token for others requests or - I just make post request to /v2/oauth/token on my machine and hard code this into app?