cj
cj
this how I implemented refresh token using client ``` def refresh status = false if (uid = params['Uid']).present? && (client = params['Client']).present? if (account = Account.find_by_uid(uid)).present? if account.tokens[client].present? response.headers.merge!(account.create_new_auth_token(client)) status...
@vonorm no luck
@mpapis we should have a fallback for linux mint to ubuntu and linux mint debian edition to debian
Why can't we just create a hash and store it into our cache store and just feed it to jbuilder. I am a newbie to rails & jbuilder.. Just ignore...
I can collaborate on this if you need help On Sat, Oct 3, 2015, 06:49 Dirk Gadsden [email protected] wrote: > I will be implementing this proposal in Everlane's fork. >...
@vincentwoo @rwz any updates on the pull request...