Haisheng
Haisheng
@MichelBoucey just be curious that are you able to build http://hackage.haskell.org/package/google-oauth2-jwt on latest mac? Gets linking error ``` Undefined symbols for architecture x86_64: "_DHparams_dup", referenced from: _HsOpenSSL_DHparams_dup in libHSHsOpenSSL-0.11.1.1-42cQLUu6Nm37qCxYZlRnxo.a(HsOpenSSL.o) (maybe...
@MichelBoucey thanks your feedback. I did find that link which help to me to install the HsOpenSSL but I got error at linking. Turns out it's specific issue in Mac...
thoughts: maybe put it in an separated repo?
I'm not yet an fan of docker container but I have bootstrapped an linux vm. It's still in progress in very low pace if you are interested: https://github.com/freizl/hoauth2/compare/branch/service-account?expand=1 And I'm...
`Network.OAuth.OAuth2.Google` seems an good name. Thanks!
P18 - 程序 `x := x - 1` 对吗? 常规不是写成 `x = x - 1` 么? 这里问题不大 P21 - Section 2.2.3 shall be `Enum` 我会改好 P90这里不知道为什么会错。 - `msort` 应该这样子才run的过 ```...
How about have first version without caches then added at version two? By having that, mighttpd2 would become a useful web debug proxy like [Charles](http://www.charlesproxy.com/).
Hi, do you get chance to implement this feature?
wonderful.
Also callback is wrong in Java Spring Sample instruction shall be ``` http://localhost:3000/login/oauth2/code/auth0 ```