21.6 Customized Authentication

;; (define (checker username passwd) ...)
#:auth `(post ,username ,passwd ,checker)

This mode will parse and return username and password by the specified field name in query-string. What matters here is that you can write your own checker for customization.