mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

811
active users

#aspnetcore

9 posts7 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