Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents |
---|
Add the project dependency below:
Code Block | ||
---|---|---|
| ||
<dependency>
<groupId>org.joget.api</groupId>
<artifactId>apibuilder_api</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency> |
public boolean authenticate(HttpServletRequest request, HttpServletResponse response);
Used to authenticate API calls on an existing API document.
Parameters:
request - the http request information
response - the http response to write
public boolean authenticate(HttpServletRequest request, HttpServletResponse response);
Used to authenticate API calls on an existing API document.
Parameters:
request - the http request information
response - the http response to write