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

Add an app facade #26

Open ddspringle opened 3 weeks ago

ddspringle commented 3 weeks ago

Add a facade to the bean factory containing the application configuration vars to share within other components and methods by injection (vs breaking encapsulation and using the application scoped variables directly)