gradle build
gradle build
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
Manifest-Version: 1.0
|
||||
Implementation-Title: maxkey-protocol-tokenbased
|
||||
Implementation-Version: 1.0.0.RELEASE
|
||||
Implementation-Date: 2019-11-10T12:35:40.220+08:00[Asia/Shanghai]
|
||||
Created-By: org.maxkey
|
||||
Implementation-Vendor: https://github.com/shimingxy/MaxKey
|
||||
|
||||
@@ -41,7 +41,7 @@ public class TokenBasedAuthorizeEndpoint extends AuthorizeBaseEndpoint{
|
||||
@Autowired
|
||||
ApplicationConfig applicationConfig;
|
||||
|
||||
@RequestMapping("/authorize/tokenbased/{id}")
|
||||
@RequestMapping("/authz/tokenbased/{id}")
|
||||
public ModelAndView authorize(
|
||||
HttpServletRequest request,
|
||||
HttpServletResponse response,
|
||||
|
||||
Reference in New Issue
Block a user