Skip to content

Add empty routes for initial api structure#8

Merged
kalilsn merged 1 commit into
mainfrom
kalilsn/integrations-api
Jul 17, 2023
Merged

Add empty routes for initial api structure#8
kalilsn merged 1 commit into
mainfrom
kalilsn/integrations-api

Conversation

@kalilsn
Copy link
Copy Markdown
Contributor

@kalilsn kalilsn commented Jul 12, 2023

Here's some notes and rough scaffolding of how I think this API will work. I'll start building out the actual functionality for these routes, auth, and api documentation now.

One early question I'm thinking about:

Should we use JWT or a more secure but less widely supported token format like paseto? Having third parties implement auth based on our JWT is exactly the scenario where JWT vulnerabilities can be an issue, e.g. jwt libraries accepting alg=none keys without verifying, or a malicious attacker setting alg to a symmetric algorithm and presenting the public key as a private one.

@kalilsn kalilsn merged commit aae82c2 into main Jul 17, 2023
@kalilsn kalilsn deleted the kalilsn/integrations-api branch July 17, 2023 16:55
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

Successfully merging this pull request may close these issues.

1 participant