currently application secured using silhouette, don't use of fancy social authentication features. simple username/password problem:
- i need open end points external web app, allow web app ajax call play app. dev , specific use case.
how can achieve ? allowing play app act open web service?
after posting question on mohiva gitter channel got following answer, sharing here of benefit of future users:
answer christian kaps (@akkie):
for version 4 create own
bypassauthenticator
similardummyauthenticator
. needidentityservice
implementation returns dummy identity hard-codedlogininfo
returnedbypassauthenticator
. can configured environment. problem cannot disable authentication mechanism, because code may rely on identitysecuredaction
transports in request.
Comments
Post a Comment