You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using bearer token auth for authenticating the calls out of the database. There is a pg function that calls after messages are sent and one after accounts are created, both use an HTTP post and have the bearer hardcoded.
Instead, the bearer should be in a table and dynamically loaded into the function.
Finally, we need to update the README to indicate how the user populates the initial secrets.
The text was updated successfully, but these errors were encountered:
We are using bearer token auth for authenticating the calls out of the database. There is a pg function that calls after messages are sent and one after accounts are created, both use an HTTP post and have the bearer hardcoded.
Instead, the bearer should be in a table and dynamically loaded into the function.
Finally, we need to update the README to indicate how the user populates the initial secrets.
The text was updated successfully, but these errors were encountered: