Wednesday 15 April 2015

java - securesocial.core.Identity missing from SecureSocial library? -



java - securesocial.core.Identity missing from SecureSocial library? -

i looking utilize oauth2 in play application, , i've been having problem looking entry point in coding it. securesocial seems library use, there seems disconnect between securesocial's getting started guide , classes available in library. specifically, guide (here) says stick this class in starting userservice. however, refers 2 classes (securesocial.core.identity , securesocial.core.identityid) supposedly in securesocial's jar inexplicably missing.

does know can find these classes (or find kind of up-to-date guide or kind of basic, barebones way larn oauth play)?

i can't post more 2 links did not link jar's page in maven repository, search securesocial_2.11.

what published -as of writing - in maven scala 2.11 securesocial 3.0-m1. published docs 2.1.x version. identity removed , not needed more. thought can specify type want represent users without beingness forced inherit or implement other type.

you can read online docs understand concepts , utilize samples updated utilize new api here: https://github.com/jaliss/securesocial/tree/3.0-m1/samples.

java oauth-2.0 playframework-2.0 securesocial

No comments:

Post a Comment