Mika Tuupola
Mika Tuupola
As a sidenote. I know some people use exceptions for program flow, for example to return a 404 response. I do not see a 404 as an exceptional situation and...
Same question here. I have been using this for ages without any problems and love it. Could go for `1.0`.
> The password is sent over the wire in base64 encoding. > The password is sent repeatedly, for each request. Same applies for JWT, just `s/password/token/`.
> In the way you said it it seems ok , but no one using it like this I actually do use basic auth like this. Client sends basic authenticated...
> Whats the alternative of JWT ? [Fernet](https://github.com/fernet) is nice. Bad thing is the project seems to be pretty much dead. At least the maintainers have been in radio silence...
While we are at it, I would appreciate feedback on the [Branca token spec](https://github.com/tuupola/branca-spec) which I have been working on as a secure alternative to JWT. Since it defines only...
I love the build system which allows you to do a `$ make menuconfig` to add or remove features to Micropython build.
Compiling the binaries with following fixed problem for me. ``` $ setenv MACOSX_DEPLOYMENT_TARGET 10.7 $ make ```
Wild guess is that `PIN_NUM_TCS` and `PIN_NUM_BCKL` should be `-1` since they are not used. Other than that pins look correct. M5StickC-Plus also is able to run with 40000000HZ clock....
You could also check if the AXP192 is initialised properly. It provides power both for the display driver chip and the backlight. Are you using ESP-IDF?