Hi everyone.
I see that my project has 5 starred users. I'm deeply honoured. I'm proud to state that the new JOAuth 1.2 is out. The code is on another branch, and there's considerable improvements (see the joauth homepage on Google Code).
The main features:
The Elite Gentleman.
I see that my project has 5 starred users. I'm deeply honoured. I'm proud to state that the new JOAuth 1.2 is out. The code is on another branch, and there's considerable improvements (see the joauth homepage on Google Code).
The main features:
- No more exposure of client_secret parameters by appending it to the URL.
- No need to write your way of storing OAuth 2 access token. Just extend OAuth2Service and provide a redirect_uri (compulsory), state, scope, scopeDelimiter via their respective getters method.
- OAuth 2 access token is no more a string but a serialized object. that is essential as it provides all information returned from the OAuth Server.
The Elite Gentleman.
Comments
Post a Comment