Ellopis
Ellopis
CC#
Created by Ellopis on 3/11/2025 in #help
✅ Using Identity with bearer. How do I retrieve the user, or userId in a request?
When doing a request I'm doing
var userId = User.FindFirstValue(ClaimTypes.NameIdentifier);
var blogs = context.Blogs.where(b => userId == b.UserId);
var userId = User.FindFirstValue(ClaimTypes.NameIdentifier);
var blogs = context.Blogs.where(b => userId == b.UserId);
Is this the way of doing it?
4 replies
CC#
Created by Ellopis on 3/8/2025 in #help
Scalar with Bearer Token
No description
16 replies
CC#
Created by Ellopis on 2/28/2025 in #help
Configure Swagger UI through docker?
The curl Swagger is doing is:
curl -X 'GET' \
'http://[::]:8080/WeatherForecast' \
-H 'accept: text/plain'
curl -X 'GET' \
'http://[::]:8080/WeatherForecast' \
-H 'accept: text/plain'
Which is giving the fail: Failed to fetch. Possible Reasons: CORS Network Failure URL scheme must be "http" or "https" for CORS request. I'm using the default template + swaggerUI. I tried ScalarUI with the same results
19 replies
CC#
Created by Ellopis on 9/27/2024 in #help
How to formate code in Visual Studio?
No description
20 replies