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
bypassauthenticatorsimilardummyauthenticator. needidentityserviceimplementation returns dummy identity hard-codedlogininforeturnedbypassauthenticator. can configured environment. problem cannot disable authentication mechanism, because code may rely on identitysecuredactiontransports in request.
Comments
Post a Comment