游戏中的用户身份验证和授权

User authentication and authorization in play

我在我的应用程序中使用 Play framework 2.6,我对它还很陌生。 Play! 中有模块吗?可以处理用户 authentication/authorisation 和 CSRF 令牌管理的麻烦。

您可以从 play-authenticate

开始

对于授权,Deadbolt很棒。