Crate sqrl_protocol

Source
Expand description

Code needed for SQRL client and server communication

Modules§

client_request
All of the code needed for sending client requests to a SQRL server
error
A common error used by SQRL clients and servers
server_response
Code for a server to respond to client requests

Structs§

ProtocolVersion
The versions of the sqrl protocol supported by a client/server
SqrlUrl
Parses a SQRL url and breaks it into its parts

Constants§

PROTOCOL_VERSIONS
The current list of supported versions
SQRL_PROTOCOL
The general protocl for SQRL urls

Type Aliases§

Result
A default result type for the crate