Expose Play Framework rest calls secured via securesocial to mobile app

后端 未结 2 911
轻奢々
轻奢々 2020-12-13 02:51

I would like to expose my Play Framework REST calls to clients other than my play app.

I would like a mobile app to call those secured rest calls.

I asked

2条回答
  •  抹茶落季
    2020-12-13 03:49

    I recommend to use Silhouette (repo). Silhouette was designed to be flexible.

    Here you can find a seed project using Silhouette that expose a rest api for signup, singin and social authentication.

提交回复
热议问题