FatmanUK / webapp

The standard Go http tutorial taken to ludicrous extremes
0 stars 0 forks source link

Authenticate #11

Closed FatmanUK closed 3 weeks ago

FatmanUK commented 3 weeks ago

Kerberos. SQRL and GPG would also be fun.

FatmanUK commented 3 weeks ago

https://github.com/jcmturner/gokrb5 https://github.com/dpotapov/go-spnego

athajaerel commented 3 weeks ago

How might authentication with GPG work? Send a nonce, sign it, send it back, server confirms signature. Issue: browsers can't do that. It would be very manual.