Next: Websocket Authentication, Previous: Authenticate checking, Up: Authentication [Contents]
;; (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.