martini-contrib / oauth2

[not maintained] Allows your Martini application to support user login via an OAuth 2.0 backend.
Apache License 2.0
125 stars 47 forks source link

Un-remove ExtraData #42

Open edvakf opened 10 years ago

edvakf commented 10 years ago

It was removed in 3eced323e6a648c9f968f497c4711719984477ef due to the fact that the interface of Token.Extra of golang/oauth2 was changed. This commit un-removes ExtraData with different interface than the previous one due to the limitation of golang/oauth2.

Example of an application that depends of ExtraData;