Candyroll93
Candyroll93
Explore posts from servers
CC#
Created by Candyroll93 on 5/5/2024 in #help
✅ wanting to learn microservices for new job opportunities.
Wow this explains a lot! How the he’ll do you keep track of 29 different code bases? How does pub/sub factor in differently than a rest api? Wouldn’t a rest api be a better option?
34 replies
CC#
Created by Candyroll93 on 5/5/2024 in #help
✅ wanting to learn microservices for new job opportunities.
Reading now just saw this
34 replies
CC#
Created by Candyroll93 on 5/5/2024 in #help
✅ wanting to learn microservices for new job opportunities.
I see. thank you for this insight. I'm very intrigued.
34 replies
CC#
Created by Candyroll93 on 5/5/2024 in #help
✅ wanting to learn microservices for new job opportunities.
so it wouldn't be a second API?
34 replies
CC#
Created by Candyroll93 on 5/5/2024 in #help
✅ wanting to learn microservices for new job opportunities.
This was a surprising answer. I will start from zero without any assumptions. Thanks 🙂
34 replies
CC#
Created by GIGA BRAIN on 7/19/2023 in #help
❔ Adding database entries with EF Core
Ok i agree with you one hundred percent but the job market asks for uow
27 replies
CC#
Created by GIGA BRAIN on 7/19/2023 in #help
❔ Adding database entries with EF Core
hey as a side note, if you're really new to database and ef core, implement the repository and unit of work patterns. i wish i learned that instead of having to go back and learn it now
27 replies
CC#
Created by Candyroll93 on 7/19/2023 in #help
asp api 7 jwt not recognizing "Staff" role but recognizes "Customer" role, verified user has staff
hey you took time to respond earlier so i wanted to update you. Issue Fixed So this was my error. I was using a standard html form with an angular web application because I didn't have enough time to debug a file upload with formdata using reactive forms. My school project was due. The form was being submitted successfully to the api and was not being intercepted by the angular interceptor to send the jwt. It was working exactly how i programmed it to work... unfortunately 🤪
19 replies
CC#
Created by Candyroll93 on 7/19/2023 in #help
asp api 7 jwt not recognizing "Staff" role but recognizes "Customer" role, verified user has staff
if cached
19 replies
CC#
Created by Candyroll93 on 7/19/2023 in #help
asp api 7 jwt not recognizing "Staff" role but recognizes "Customer" role, verified user has staff
um i even cleared cookies and cache according to microsoft, jwt roles are stored in a cookie from the api
19 replies
CC#
Created by Candyroll93 on 7/19/2023 in #help
asp api 7 jwt not recognizing "Staff" role but recognizes "Customer" role, verified user has staff
unfortunately that didn't do anything. which is weird
19 replies
CC#
Created by Candyroll93 on 7/19/2023 in #help
asp api 7 jwt not recognizing "Staff" role but recognizes "Customer" role, verified user has staff
ok tyvm.
19 replies
CC#
Created by Candyroll93 on 7/19/2023 in #help
asp api 7 jwt not recognizing "Staff" role but recognizes "Customer" role, verified user has staff
ok
19 replies
CC#
Created by Candyroll93 on 7/19/2023 in #help
asp api 7 jwt not recognizing "Staff" role but recognizes "Customer" role, verified user has staff
thats from your tok
19 replies
CC#
Created by Candyroll93 on 7/19/2023 in #help
asp api 7 jwt not recognizing "Staff" role but recognizes "Customer" role, verified user has staff
ive been seeing the addrange on stack. ill give that a shot. im just perplexed because im using the same code from the Customer token creator and that works. idk what Staff doesnt work
19 replies
CC#
Created by Candyroll93 on 7/19/2023 in #help
asp api 7 jwt not recognizing "Staff" role but recognizes "Customer" role, verified user has staff
thank you for your response. i attempted to authorize "staff" but still the error "Bearer was challenged" persists when using Staff routes. I will try a foreach and manually add them.
19 replies