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 security service to bean factory #27

Open ddspringle opened 3 weeks ago

ddspringle commented 3 weeks ago

Add the configured SecurityService singleton into the bean factory for injection into other services where it is required vs. breaking encapsulation by using it from the application scope directly