How do I implement a login-screen in GWT?

前端 未结 1 1169
天涯浪人
天涯浪人 2021-02-09 17:38

I\'m writing a small GWT front-end for a backend app and I was wondering about the best security model for GWT apps?

I was thinking of implementing an RPC method that re

相关标签:
1条回答
  • 2021-02-09 17:49

    This page by google gives a good overview of the security and tasks associated with logging in users. The link on that page to Security for GWT Applications also addresses several common gotchas specifically associated with GWT.

    0 讨论(0)
提交回复
热议问题