Anchy
Anchy
CC#
Created by P A T R I C K on 4/27/2025 in #help
JWT in front-end
Also don't forget to create a CORS policy and apply it, otherwise you will not be able to make requests
347 replies
CC#
Created by P A T R I C K on 4/27/2025 in #help
JWT in front-end
You can also use HTTP only cookies but I believe when you are making requests from your frontend you will have to allow credentials in your request and you will need to parse the cookie yourself in the backend API
347 replies
CC#
Created by P A T R I C K on 4/27/2025 in #help
JWT in front-end
If you have an external identity provider already that provides you with a JWT and you are using ASP.NET Core for the backend API then you could use the JWT Bearer scheme, this will allow you to pass the JWT through the Authorization header with the format Authorization: Bearer JWT_HERE
347 replies
CC#
Created by P A T R I C K on 4/27/2025 in #help
JWT in front-end
What scheme do you want to consume the JWT as in your API as well?
347 replies
CC#
Created by P A T R I C K on 4/27/2025 in #help
JWT in front-end
Where are you getting your JWT from? Are you using an identity provider or do you have your own auth api endpoint to consume it from?
347 replies
CC#
Created by morry329# on 3/21/2025 in #help
✅ Rider does not recognise WebImage Helper
It's part of the System.Web.Helpers namespace under this package: https://www.nuget.org/packages/Microsoft.AspNet.WebHelpers/
8 replies
CC#
Created by scottlosttheplot on 3/10/2025 in #help
How do I properly set up TcpClient
need a little more information: - what makes you think you are setting it up wrong? - what have you tried? - what are you expecting to happen? - what is actually happening? - what is the end goal?
3 replies
CC#
Created by Ducki on 3/4/2025 in #help
Getting this error, code runs fine, cant open my form1.cs designer window
could be a designer issue
71 replies
CC#
Created by Ducki on 3/4/2025 in #help
Getting this error, code runs fine, cant open my form1.cs designer window
also the stack trace is pretty unhelpful, I am unsure on what is actually triggering that exception
71 replies
CC#
Created by Ducki on 3/4/2025 in #help
Getting this error, code runs fine, cant open my form1.cs designer window
i don't know, is it your repository, do you have permission?
71 replies
CC#
Created by Ducki on 3/4/2025 in #help
Getting this error, code runs fine, cant open my form1.cs designer window
if you have a github repository you can share that
71 replies
CC#
Created by Ducki on 3/4/2025 in #help
Getting this error, code runs fine, cant open my form1.cs designer window
it may not be that you assigned it to null, look for uses of string format
71 replies
CC#
Created by Ducki on 3/4/2025 in #help
Getting this error, code runs fine, cant open my form1.cs designer window
It looks you you are using string format somewhere in your code and the format parameter is null
71 replies
CC#
Created by Ducki on 3/4/2025 in #help
Getting this error, code runs fine, cant open my form1.cs designer window
This means an exception has occured, click on the Show Call Stack link to view where this error is coming from
71 replies
CC#
Created by Nightswyng on 2/24/2025 in #help
✅ Addition Tutor Program
if you want a quick way to just display some text on the screen you could use MessageBox.Show, yes
35 replies
CC#
Created by Nightswyng on 2/24/2025 in #help
✅ Addition Tutor Program
I am not sure what you mean
35 replies
CC#
Created by Nightswyng on 2/24/2025 in #help
✅ Addition Tutor Program
there is no guarantee that the changes will stay in there
35 replies
CC#
Created by Nightswyng on 2/24/2025 in #help
✅ Addition Tutor Program
yeah, you shouldnt change anything in this file however because it is generated
35 replies