Is it good idea to put @Filter (Spring) logic in separate library?

Viewed 26

Is it a good idea to put @Filter logic with authentification into the library? This filter will ask for Auth service on the project. Then other applications plug it like library over the Gradle and have authentication out of the box? Can it be a problem in the future?

0 Answers
Related