You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 29, 2018. It is now read-only.
After finishing the course on pluralsight, I'm struggling to find where the list of users that the auth.service.ts post request uses to authenticate users is. I've searched throughout the code base for where 'johnpapa', 'igorminar', etc. are defined but I only see them in the voters string for each event.
My goal is to build on top of what you've taught and create a 'Create a new user' function.
Hi John,
After finishing the course on pluralsight, I'm struggling to find where the list of users that the auth.service.ts post request uses to authenticate users is. I've searched throughout the code base for where 'johnpapa', 'igorminar', etc. are defined but I only see them in the voters string for each event.
My goal is to build on top of what you've taught and create a 'Create a new user' function.
Thanks,
Alex