social.coop is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Fediverse instance for people interested in cooperative and collective projects. If you are interested in joining our community, please apply at https://join.social.coop/registration-form.html.

Administered by:

Server stats:

490
active users

#aspnetcore

9 posts9 participants0 posts today

okay so i'm considering using keycloak for my aspnet core application but i'm confused about one thing: how do i store the user id that other database models depend on? users can own feeds and those feeds can own articles. do i just assign the userid from keycloak to a barebones user entity and then have a join with the feeds table?

i would use aspnet core identity but i still don't really understand how it would work with jwt auth and the docs are not helping

#aspnetcore #dotnet #fediHelp

I know this is a big ask but would anyone be willing to tutor me with aspnet core and auth? I've been beating my head against this for like months and I just want to get to actually making my application. aspnet core identity seems like it's too limited and not really meant for what i'm trying to do (support an SPA and third party client mobile apps), but the docs are confusing me so I'm not even sure if that's right. I was thinking of using keycloak, but that's a huge undertaking it seems like and has been giving me trouble too. #fediHelp #aspnetcore #programmingHelp