Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有 sencha gxt 3 的项目,但我不知道如何进行身份验证(登录)
请你,如果你能帮我举一些例子。
谢谢你。
看看春天的安全。 http://www.javacodegeeks.com/2010/12/securing-gwt-apps-with-spring-security.html#
将凭据保存在某种形式的数据库中。
http://www.jasypt.org/howtoencryptuserpasswords.html
http://jerryorr.blogspot.ie/2012/05/secure-password-storage-lots-of-donts.html#example
考虑使用 MVP 模式。正如 MVP 流程从一个视图到另一个视图的变化一样,它可以很容易地限制用户在没有任何适当权限的情况下访问网站的特定部分。