Replies: 5 comments 6 replies
-
Inline editing on https://weird.one/u/erlend should be relatively easy, but there might be a challenge making authentication work properly for inline editing on @sebadob do you have any ideas for a good way to share your Rauthy session somehow with an alternative domain? ( This seems like a cross-site cookie problem, which I don't know of a good solution for ). |
Beta Was this translation helpful? Give feedback.
-
Yes, don't use the default Rauthy session here at all. The Rauthy session is only meant for authenticating against Rauthy, if you want to edit your own data or log in to one of the clients. If you want to authenticate against other clients, meaning other domains and so on, you should use a proper client and maybe token authentication. Cookies will not work in that case because of as you said the CORS issues. |
Beta Was this translation helpful? Give feedback.
-
The current plan is to try to:
|
Beta Was this translation helpful? Give feedback.
-
what do the elementary TODOs for that part look like on the design/theme-end? We can set that up as a help-wanted issue. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
As a user of Weird I currently have two profile screens:
I'm about to have a third:
That's too many! We should combine the top two into one interface.
That means
https://weird.one/auth/v1/account
should be a page the user almost never sees, if ever. It's effectively an admin-side backstop for users' profiles.What users should deal with on a daily basis would be an edit-in-place network profile. That functionality could also extend to their web profile, provided they're using a theme that supports it.
Beta Was this translation helpful? Give feedback.
All reactions