alex

Results 25 issues of alex

Some kind of a reverse proxy. Similar to autocert but command line version.

There's no reason why the server wouldn't want to report its software and protocol versions after the negotiation. This can be used, for example, by a stateless client. This is...

https://developer.yahoo.com/oauth2/guide/ #40

task

Reported by [muijsenbergq](https://code.google.com/u/112367194840494255839/) --- Hi, I'm using your library and i need to be able to use stored tokens and try to reuse them. As a separate path from the...

enhancement

Here's how it currently works: ``` # Map URLs to handlers Route('/auth/', handler='handlers.AuthHandler:_simple_auth', name='auth_login'), Route('/auth//callback', handler='handlers.AuthHandler:_auth_callback', name='auth_callback'), ``` Nice tip from @erichiggins: Perhaps a convenience function could be written that...

enhancement
maybe

I'm thinking to make `_get__user_info()` call optional. This way one could spare a URL fetch call when existing users sign in as their profile data have probably been already stored...

enhancement

os: linux steps to repro: 1. start the app; resize so that the sidebar is collapsed 2. go to "buy bitcoin" screen; wait until it's loaded 3. try clicking on...

bug
good-first-issue
frontend

First couple lines when starting a test on linux: ``` $ go test -mod=vendor -race ./... Loading log config from '/home/dude/.config/bitbox/logging.json'. Logging into '/home/dude/.config/bitbox/log.txt' from 'debug'. ``` The tests should...

good-first-issue
dev