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§
- Protocol
Version - 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