f-o-a-m / kepler

A Haskell framework that facilitates writing ABCI applications
https://kepler.dev
Apache License 2.0
34 stars 9 forks source link

Is there a way to configure an app to turn auth off? #141

Closed martyall closed 4 years ago

martyall commented 4 years ago

I ran into this problem when updating the simple storage tests -- I was forced to introduce message signing in order to get the tests to pass because the router is expecting some kind of legitimate signature recovery. We should find a way to make this optional