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.
我有一个 asp.net Web 应用程序,它使用成员身份进行身份验证和授权。现在我已经开发了Java 应用程序,该应用程序对来自同一数据库的用户进行身份验证[即来自成员资格表]。怎么做?
许多框架都有一个安全“库”来抽象出低级的东西。你用的是什么框架?如果您不使用,请查看 Spring 和 Spring Security。