ne0fite / GigKeeper

GNU General Public License v3.0
1 stars 0 forks source link

Security Updates #77

Closed ne0fite closed 7 years ago

ne0fite commented 7 years ago

For Issue #73:

The back end no longer uses any cookies. All authentication / authorization is based on a JWT token in the Authorization header.

For Issue #75:

Changed the user query to lookup by email with ILIKE instead of equals for case insensitivity.

Also refactored security functions into a Security class.

zero-degrees commented 7 years ago

angular-local-storage might be a better choice than ngStorage.

ne0fite commented 7 years ago

Agreed on angular-local-storage. It has more functionality that could be useful down the road.