iris/_examples/authentication/oauth2/templates/index.html

3 lines
127 B
HTML
Raw Normal View History

{{range $key,$value:=.Providers}}
<p><a href="/auth/{{$value}}">Log in with {{index $.ProvidersMap $value}}</a></p>
{{end}}