Skip to content

RaniSputnik/sqrl-go

Repository files navigation

SQRL

Build status Documentation Go Report Card

An implementation of the SQRL protocol, designed to be easy to integrate into a http server or SQRL client.

This is not production ready, please proceed with caution.

Simple Quick Reliable Login (SQRL) is a protocol designed and formalised by Steve Gibson of the Gibson Research Corporation. Visit his site for more information about the SQRL.

SSP Example

The SQRL Service Provider (SSP) example is based on Steve's own example at sqrl.grc.com. To run the sample use the following;

$ cd ssp/example
$ go run *.go