paulopmx / Flexigrid

Lightweight but rich data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml/json based data source using Ajax to load the content.
689 stars 539 forks source link

Flexigrid and Oauth 2.0 #122

Open marciosm opened 10 years ago

marciosm commented 10 years ago

I´m using Flexigrid in my app using Oauth 2.0/WebApi/Https for security reasons. Me and my team noted that Flexigrid does not persist the token used on oauth when using get to receive the data. A programmer tried to access directly the url of flexigrid and received the data even when not logged in. Anyone had a problem like that?