On 09.08.2013, at 21:13, Nick Khamis <symack_at_gmail.com> wrote:
> Hello Everyone,
>
> We are looking for a complete Jersey + OAuth 2 example
The problem (well, one of them :-) with OAuth 2 is that it is not implementable because it is too unspecific (on purpose).
You'd have to ask for, e.g., an implementation of Google's OAuth specialization.
Jan
P.S. If you are in that space, maybe jump ahead and concentrate on sth like Oz [1]. I am sort of tracking Eran's effort in Java[2].
[1]
https://github.com/hueniverse
[2]
https://github.com/algermissen/jiron and
https://github.com/algermissen/hawkj and more to come
> that demonstrates
> the authentication and authorization of users attempting to access the service.
> For the client side we would be using js so a client sample would be greatly
> appreciated as well.
>
> A lot of the examples I see online are either incomplete, bloated or
> outdated. A nice
> complete example with limited scope would be greatly appreciated.
>
>
> Kind Regards
>
> Nick