s-kostyuk / everpl

The Everthing Platfrom source code
https://everpl.readthedocs.io/
MIT License
0 stars 1 forks source link

BREAKING: Enabled an Authorization Aspect in the system #76

Closed s-kostyuk closed 6 years ago

s-kostyuk commented 6 years ago

This change performs a migration to the new Auth management subsystem introduced in #58.

All publicly available services were wrapped with an authorization checking aspect (introduced in #65). As result, any attempt to use a wrapped service outside an authorization context is prohibited. And, as result, old REST API implementation became completely unusable without corresponding changes (see issue #40 to track a progress of the REST API migration)