spring-security-csrf:一个示例应用程序演示了在 Web 应用程序中使用 Spring Security CSRF 保护而不使用 Spring Security 的身份验证和授权功能

时间:2024-07-14 21:15:30
【文件属性】:

文件名称:spring-security-csrf:一个示例应用程序演示了在 Web 应用程序中使用 Spring Security CSRF 保护而不使用 Spring Security 的身份验证和授权功能

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-14 21:15:30

Java

概述 此示例应用程序演示了如何使用 Spring Security 来保护 Web 应用程序免受 CSRF 攻击,而无需使用 Spring Security 提供的身份验证和授权功能。 下载它并作为mvn clean tomcat7:run运行它。 然后使用 Web 浏览器在访问它。 执照 此示例应用程序及其相关的完整源代码根据以下许可条款提供。 Copyright (C) 2014 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including w


【文件预览】:
spring-security-csrf-master
----.gitignore(77B)
----src()
--------main()
----pom.xml(2KB)
----README.md(1KB)

网友评论