dmfs / oauth2-essentials

An OAuth2 client implementation based on http-client-essentials.
Apache License 2.0
86 stars 21 forks source link

In order to serialize completed ImplicitGrants, as s developer I want to be able to get a state of an ImplicitGrant that has been authorized. #18

Closed dmfs closed 7 years ago

dmfs commented 7 years ago

The statement in https://github.com/dmfs/oauth2-essentials/blob/7d271fb1b6de472359a3d0bd758cfac72727fea1/src/main/java/org/dmfs/oauth2/client/grants/ImplicitGrant.java#L151 is incorrect. There are valid uses cases for serializing an authorized ImplicitGrant.

dmfs commented 7 years ago

closed by #23