joscha / play-authenticate

An authentication plugin for Play Framework 2.x (Java)
http://joscha.github.com/play-authenticate/
Other
807 stars 367 forks source link

Make all PROVIDER_KEY public (some are already) #247

Closed mkurz closed 9 years ago

mkurz commented 9 years ago

This should be a trivial change. The facebook, google or the eventbrite PROVIDER_KEY constants are public already. We needed to access the keys in our code for some db lookups etc. Thanks!

joscha commented 9 years ago

The public ones are public because of integration tests I think. getKey did not work for you?

mkurz commented 9 years ago

getKey isn't static and we don't have objects of the providers yet, so yes this is kind of a problem.

mkurz commented 9 years ago

Thanks!