wtf icon indicating copy to clipboard operation
wtf copied to clipboard

WTF Dial is an example web application written in Go.

Results 3 wtf issues
Sort by recently updated
recently updated
newest added

The `requireNoAuth` middleware should redirect users to the homepage if they are already logged. https://github.com/benbjohnson/wtf/blob/05bc90c940d5f9e2490fc93cf467d9e8aa48ad63/http/server.go#L111-L116 But if they are required to be not logged, how can they issue a logout,...

I could really use an authn/z resource for the small self-contained services I want to write.