문제

I am developing a simple ecommerce kind of website where only some actions require authentication, like in case of writing reviews for products.

For example when review is clicked login page is loaded as single page app but when logged in with UsernamePasswordProvider/Facebook with the login page from secure social the full page is loading.

Is there a simple way to make it as single page app than to fork securesocial and myself modifying all the calls as ajax/single page app calls.

올바른 솔루션이 없습니다

다른 팁

Latest changes in master let you authenticate users using an API. See this question for further details: Expose Play Framework rest calls secured via securesocial to mobile app.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top