016 refresh

This commit is contained in:
2025-10-22 17:19:16 +03:00
parent 3e3fa0f7ca
commit 3e89a13883
3 changed files with 134 additions and 101 deletions
+10 -4
View File
@@ -1,9 +1,15 @@
<hr/>
t test
test
<hr/>
<cftry>
<cfflush/>
<!--- <cftry>
<cfdump var=#session#/>
<cfcatch type="any"><cfdump var=#cfcatch#/></cfcatch>
</cftry>
</cftry> --->
<cfset jwt = new lib.jwt(this.client_secret)/>
<cfif structKeyExists(request, "logout_url")>
<cfoutput>
<a href="#request.logout_url#">Log Out: #request.logout_url#</a>
</cfoutput>
</cfif>