RaniSputnik / sqrl-go

Go implementation of the SQRL protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nut endpoint should match reference SSP server

RaniSputnik opened this issue · comments

Currently the nut endpoint is exposed at /nut.json and returns JSON in the response. In the reference SSP server, this endpoint is exposed at /nut.sqrl and returns the nut in plaintext in the response body.

We should aim to match the SSP server's functionality for easier client side integration (folks should ideally be able to use the JS that Steve has provided in the reference implementation).