flrgh / doorbell

a flexible forward-auth server
3 stars 1 forks source link

feat(api): support x-www-form-urlencoded input for some endpoints #44

Closed flrgh closed 1 year ago

flrgh commented 1 year ago

This includes type coercion for simple cases:

This is a naive approach, so there are probably some common form encoding conventions that I have missed, but I can implement those later on as needed.