Web-tree / auth

Authorization and registration for all WebTree projects
0 stars 0 forks source link

Authentication/authorisation filters dependency #55

Open Max-Levitskiy opened 5 years ago

Max-Levitskiy commented 5 years ago

We need to have submodule to add it in other projects. This dependency should add and configure spring security and add filter which will request microservice for validate a token. Url for auth service should be configurable.

UdjinSkobelev commented 5 years ago

This task should be split in to several subtasks 1: Init module and add parent module for auth and this module with depencies 2: Add Configurable spring security config, we should have opportunity to change it. 3: Add filter which use rest client

Max-Levitskiy commented 5 years ago

Let's split it with 3 pull requests, but in the same task