Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Tan generation refactoring #264

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

damirseit
Copy link

Addressing the issue described in the comments section of:

#61

@alstiefel @dfischer-tech @f11h @jhagestedt @mlaue-tech @mschulte-tsi @tence @kreincke @ascheibal @BugBuster1701

@f11h
Copy link
Member

f11h commented Apr 14, 2022

Hello @damirseit,

in generel the approach is good. But I would like to ask you rework your PR to use DependencyInjection and not directly instantiate these services via constructor.

Maybe it would be also possible to do this with @qualifier Annotation of the different implementations then the factory would not be needed.

"Unknown source of trust inside the appsession for the registration token");
}

TanVerifierFactory tanVerifierFactory = new TanVerifierFactoryImpl();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use Spring Dependency Injection

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @f11h ,

Thank you very much for your feedback! I appreciate it.
I have pushed the changes into the branch.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants