logsquaredn / rototiller

0 stars 0 forks source link

create web page and endpoint to get an API key #229

Closed phish3y closed 1 year ago

frantjc commented 2 years ago

think we've agreed to try to integrate with Okta to do this, so that needs to happen before we can set up such a project. I'm working on that

frantjc commented 2 years ago

rolling back, we now have an endpoint to generate a self-signed API key for a given email. That API key will be emailed to the given email.

We still need some form of persistence to remember the API keys so we can revoke them if we so choose. Will likely implement that as a Postgres table (notably separate from the datastore implementation, but coincidentally able to use the same database if we desire)

frantjc commented 1 year ago

resolved