ddspringle / framework-one-secure-auth

An example fw/1 application with secure single and two-factor (2FA) authentication and session management functions
Apache License 2.0
31 stars 5 forks source link

Eliminate MyApplication.cfc #22

Closed ddspringle closed 3 months ago

ddspringle commented 3 months ago

Remove the dependency on using MyApplication.cfc by combining MyApplication.cfc functions with the base App.cfc and extending framework.one from App.cfc itself.

Resolves #18