@yury.solovyov has joined the channel
Hey, I have an app I was going to build purely on client-side, but as it turns out, I can't really do OAuth without exposing private tokens, so my next Idea is to spin up a simple web server app that will do only 1 thing - provide tokens for client app, but I am not sure if that's secure approach and if such server will be easily absued
my hope is that you'll still need to grant access when provider (twitter) app asks user about permissions
I'm not sure that enough tho
I've used buddy with compojure-api recently. It was fine.