Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move tokens to "secrets" table #66

Open
lalalune opened this issue Mar 4, 2024 · 0 comments
Open

Move tokens to "secrets" table #66

lalalune opened this issue Mar 4, 2024 · 0 comments
Milestone

Comments

@lalalune
Copy link
Contributor

lalalune commented Mar 4, 2024

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.

@lalalune lalalune added this to the MVP milestone Mar 15, 2024
@lalalune lalalune moved this to Ready in Cojourney MVP Mar 15, 2024
@utf94 utf94 removed their assignment Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants