Next: , Previous: , Up: Authentication [Contents]

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.

AltStyle によって変換されたページ (->オリジナル) /