spruceid / siwe-py

A Python implementation of Sign-In with Ethereum
https://login.xyz
Apache License 2.0
66 stars 28 forks source link

Fix error types/exceptions #6

Closed sbihel closed 2 years ago

sbihel commented 2 years ago

This is mainly about raising exceptions instead of returning a boolean, I believe this is more idiomatic. Not quite sure what happened with #3 breaking everything.

Also fixes a few things related to flake8.