montagejs / montage

Montage is an elegant, open source HTML5 framework maintained by Montage Studio that rivals native SDKs, yet is easier to learn. It offers modular components, two-way data binding, and much more. Join us on irc.freenode.net#montage. Sign up for our beta to build Montage applications in the cloud.
http://montagestudio.com/montagejs
Other
1.5k stars 215 forks source link

Add specs for authorization API #1984

Closed tejaede closed 5 years ago

tejaede commented 6 years ago

This PR is intended to add Authorization specs.

Adding those specs uncovered 2 opportunities for functional changes that are also included.

1. Add ability to clear authorization for a dataService (e.g. on expiration or log out)

2. Add singleton AuthorizationManagerPanel to AuthorizationManager class