nerdculture.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
Be excellent to each other, live humanism, no nazis, no hate speech. Not only for nerds, but the domain is somewhat cool. ;) No bots in general. Languages: DE, EN, FR, NL, ES, IT

Administered by:

Server stats:

1.2K
active users

#ASPNETCore

17 posts16 participants1 post 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