Justin Adler

Results 246 comments of Justin Adler

Sweet! I'll add a label here so I know to document this issue when I get around to releasing the vnext.

Totally down with this. I'll assign this to you. Along with claims ... :grin:

/me bitch slaps @phillip-haydon

@phillip-haydon speaking of this feature, I was also wondering if there should be a normal Razor partial view? something pretty simple .. but still something. And if _yes_ then should...

Hi @nsainaney - I've done a [HUGE refactor of this library for a v2.0 release](https://github.com/PureKrome/SimpleAuthentication/tree/2.0-.net4.5). I'm not sure exactly what you mean :cry: Can you please give me an example,...

Ah! so i think i got you and i _think_ i've handled this in the refactor. The [IAuthenticatedClient](https://github.com/PureKrome/SimpleAuthentication/blob/2.0-.net4.5/Code/SimpleAuthentication.Core/IAuthenticatedClient.cs) interface requires an [AccessToken](https://github.com/PureKrome/SimpleAuthentication/blob/2.0-.net4.5/Code/SimpleAuthentication.Core/AccessToken.cs) to be set when we have a successful...

AH! you don't want to call _other_ services from the AP (eg. get contacts, or write to a wall, etc) you just want to refresh your current details. to refresh,...

@nsainaney buddy - so I started coding this on the train this morning and everything is working fine.. until I had another thought about this. Why are you using the...

Hi @Cyberlane :) What's interesting here is that `Nancy` is dying here. Is there any chance you could use your browser dev tools (like Google Chrome dev tools) or Fiddler...

Nope .. i don't really need those values. I'm just clutching at straws a bit here, because it feels like a weird Nancy issue, but I don't want to blame...