alopezlago / YetAnotherPacketParser

A parser to convert quiz bowl packets to different file formats
Other
8 stars 0 forks source link

Add API Key option for Azure Function #10

Closed alopezlago closed 2 years ago

alopezlago commented 3 years ago

Add a way to use API Keys for the Azure Function, to restrict who can call it

alopezlago commented 3 years ago

We should restrict through the functions Authentication/Authorization mechanism as mentioned here instead of API Keys, since the main use case for this is public clients.

The alternative is to hide the function behind a server call, which can then use an API Key.

alopezlago commented 2 years ago

Azure function has been deprecated.