Closed ne0fite closed 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.
angular-local-storage might be a better choice than ngStorage.
Agreed on angular-local-storage. It has more functionality that could be useful down the road.
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.