GodelTech / GodelTech.Microservices.Core

Microservice framework core functionality
MIT License
6 stars 2 forks source link

Move AccessTokenMiddleware and BearerTokenStorage to GodelTech.Microservices.Http #31

Closed DiamondDragon closed 4 years ago

DiamondDragon commented 4 years ago

Move AccessTokenMiddleware and BearerTokenStorage to GodelTech.Microservices.Http. At the moment it looks like the only usage if these components can be found in service client project. it makes sense to move these components to GodelTech.Microservices.Http.

toustsik commented 4 years ago

Please check a pull requests:

https://github.com/GodelTech/GodelTech.Microservices.Core/pull/32

toustsik commented 4 years ago

Please, check a pull request:

https://github.com/GodelTech/GodelTech.Microservices.Http/pull/1