Menu

📰
0

Reddit - Please wait for verification

Django·/u/ELMG006·3 days ago
#9dHH58CB
Reading 0:00
15s threshold

For my part, I coded a backend where I only need to save my API credentials via the backend dashboard. Then, in my projects, I simply call the different APIs I want to connect to my projects through my backend's API (which uses personal API keys for security management), and my backend handles authorizing, refreshing tokens, monitoring token status, etc. The main reason I coded this backend was to have a much simpler, homemade alternative to Zuplo or AWS Gateway, while also eliminating the need to worry about the different authentication methods for the APIs I call in my projects. I'm eager to hear what you use. submitted by /u/ELMG006 [link] [comments]

Read More