Replies: 1 comment 3 replies
-
It's using standard cookie authentication.
Now, there is no simple way to swap out the entire identity system at the data tier level, because the user table is connected to profile and user activity tables. The way I would integrate is to have the source of truth identity system expose an OAuth endpoint, and configure the forum to use that. You'd have to modify it to remove the create account and regular login pages, and then using the I've been thinking about some kind of flag to do all of this as the default. It seems like something a lot of people would like to have. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to use POPForums in a larger app (for a cohousing group), because it appears to be the best around (nice work, by the way)
In that larger app, I already have identity in place, but POPForum manages its own users and identity.
It's not so hard to change my own stuff to make a POPForum-user when there is one in my app, but I don't see what to override/alter/... to pass the identity of the user logged in to my app on to POPForum (that bundle of code is quite a puzzle to me). It seems obvious to make another UserRetrievalShim, but even then I'm struggling.
Right now, POPForums makes me login (which is bad enough) but it also for some reason logs off the user in my main app.
Also, obviously, I would want some of the items in the admin/account mgmt to not show up anymore.
Are there ways to get all this done without having to rewrite half of what you made?
Beta Was this translation helpful? Give feedback.
All reactions