From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net Date: Tue, 7 Jul 2015 15:11:01 -0700 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: <559C2818.1080406@ReliableID.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] =?utf-8?b?OVAgQ2xvdWTihKI=?= Topicbox-Message-UUID: 5e4a4044-ead9-11e9-9d60-3106f5b1d025 > Any prospects for certificate authentication as an alternative to oauth2? yes; owing to 9P's design, authentication can be different. an early version used authsrv. it is especially easy when there is a Go package that implements the auth protocol. this is the case with OAuth2 (it uses https://github.com/golang/oauth2) -Skip