|
1f3ce078e1
|
Migrate away from .env, use a standard config file instead
|
2025-02-12 11:28:23 -05:00 |
|
|
a1352f9cb6
|
Validate login credentials before submitting them
|
2024-12-15 10:15:29 -05:00 |
|
|
78a4b75acd
|
Display a toast message when submitting invalid login credentials
|
2024-11-24 18:49:32 -05:00 |
|
|
db7264c3b9
|
Remove username, just use email address
|
2024-10-31 14:37:55 -04:00 |
|
|
87ac520896
|
Make sure login data is in proper camel case
|
2024-10-26 22:35:14 -04:00 |
|
|
803abfc015
|
Rename expiration to expiresAt
|
2024-10-09 09:50:56 -04:00 |
|
|
e6615454cd
|
Implement route to generate a new session
|
2024-10-07 16:48:50 -04:00 |
|
|
6057c8295d
|
Create session objects during login, also store auth token for users
|
2024-10-06 14:08:26 -04:00 |
|
|
e24cf5c0b8
|
Display an error when attempting to log in to an account that doesn't exist
|
2024-10-06 07:14:44 -04:00 |
|
|
3768cd26e6
|
Change status code associated with missing session
|
2024-10-05 13:20:53 -04:00 |
|
|
d41a92d07a
|
Adding a service to handle caching
|
2024-10-05 08:10:32 -04:00 |
|
|
8d4a987f0d
|
Change requests to return an AppError on failure
|
2024-10-03 15:55:38 -04:00 |
|