issues
search
The-PET-project
/
PET-project-frontend
MIT License
2
stars
0
forks
source link
PPF-007: Setup Redux-saga and connect to backend auth-API
#7
Open
1amG4bor
opened
1 year ago
1amG4bor
commented
1 year ago
Configure Redux (store, actions, reducers)
Create auth-service to interact with the backend auth-API
GET: '/api/v1/auth/registration/{user-type}' with User object
Config Saga (utilize auth-Service)
1amG4bor
commented
1 year ago
.