Christian Riesen

Results 31 comments of Christian Riesen

The major problem is that session storage (even if you use a DB below) is by design simple and can be "leaky". So in short, it's not very secure and...

Absolutely, the QR code example is bad. I'll be removing that thing entirely in the future and suggest using other QR code libraries of which there are now a myriad...

That would be excellent. I did that over at the base32 library already, you can see parts of it in this PR if you want to simply steal from there:...

It's absolutely on my todo list. I think I'll take some extra time soon to make that move.

I still think moving it to PHP 7 fully would be a good thing, and also do a lot of other changes, like I did with the Base32 library, to...

Thanks. The api is technically dead (or they might pull the plug any second) but it's still around. I think I will change the helpers so this is split and...

The difference is that the qr code here is a url which makes it easy to reuse. I think I'll just remove it and make a note about the deprecated...

You could house those things in a home directory folder (~/.exakat) and tehere split by project, or allow for setting these at runtime. It would make a lot of sense...

Sure, will do. Small addition, I found that google seems to prefer 2 spaces for shell scripts as well: http://google-styleguide.googlecode.com/svn/trunk/shell.xml