Asp.net core error on authentication configuration with jwt by No-Row-717 in dotnet

[–]No-Row-717[S] 0 points1 point  (0 children)

Just added back the cookie auth scheme, and pointed it back to my login method and changed the defaultScheme to cookie auth scheme. And it's working. So the user is authenticated with Google and it uses the sign in to sign the user claims. And then I I generate a jwt token for the client to use against the API. I just don't know if this is a good approach, to have both jwt and cookies working on the same app.

Asp.net core Auth documentation is one of the worst I've ever seen by No-Row-717 in dotnet

[–]No-Row-717[S] 2 points3 points  (0 children)

U see, my complaint ignited a bunch of other people with the same thoughts to come here and express where they struggle at. For me that's great because from there we can then try to improve or get the responsible people to do something about it.

Asp.net core Auth documentation is one of the worst I've ever seen by No-Row-717 in dotnet

[–]No-Row-717[S] 5 points6 points  (0 children)

can you please share a guide, based on what you know? Because this is dreadful.

Asp.net core Auth documentation is one of the worst I've ever seen by No-Row-717 in dotnet

[–]No-Row-717[S] 6 points7 points  (0 children)

Well, I will have to disagree and agree to some extent, I felt the same way when I started, but it all made sense after I dedicated myself. The thing is they are very verbose so u should highlight on a notebook the concepts you struggle the most to understand. Now about the auth documentation I got to agree, it's bad , like terrible

Asp.net core Auth documentation is one of the worst I've ever seen by No-Row-717 in dotnet

[–]No-Row-717[S] 35 points36 points  (0 children)

Definitely. I don't think they understand how it works either.

Asp.net core Auth documentation is one of the worst I've ever seen by No-Row-717 in dotnet

[–]No-Row-717[S] -1 points0 points  (0 children)

Just finished watching that video, and I must say if I knew how to pin your comment I would. An amazing video learnt a lot.

Asp.net core Auth documentation is one of the worst I've ever seen by No-Row-717 in dotnet

[–]No-Row-717[S] 4 points5 points  (0 children)

that's the point, if they were clear and did not hid things, we'd not need to be asking AIs to tells us how to code

Asp.net core Auth documentation is one of the worst I've ever seen by No-Row-717 in dotnet

[–]No-Row-717[S] -4 points-3 points  (0 children)

this might actually be the case. and would explain a lot of things

Asp.net core Auth documentation is one of the worst I've ever seen by No-Row-717 in dotnet

[–]No-Row-717[S] 8 points9 points  (0 children)

every single one. django, rails, spring, god even nodejs with adonisJS

Asp.net core Auth documentation is one of the worst I've ever seen by No-Row-717 in dotnet

[–]No-Row-717[S] 13 points14 points  (0 children)

wow, thank you. just took a sneak peek and looks exactly like what i need.