Paul Ryan

Results 49 comments of Paul Ryan

I'm seeing the same behavior on the same project as the OP, but 100% of the time. `npm run dev` will report the `undefined` value from `useContext()`: ![Screenshot 2025-01-03 at...

Never mind, I'm a dummy and messed up my imports. For reference, the broken `useContext()` in the comment above was caused because the `ToastContext` import was pulling the default export...

Thanks, we'll take a look at FedCM and see if we can switch over to it. We're using the official Google PHP API to integrate with Google, so hopefully it's...

Reading up on Google's FedCM docs, it looks like they intend to automatically transition everyone to FedCM. But we can test forcing the behavior in Authorizer to catch the edge...

Aloha @faeldray, checking in whether adding `data-use_fedcm_for_prompt="true"` solved the issues you were seeing with third-party cookie blocking in the Vivaldi browser.

Thanks! We'll review this with the goal of including it in the next version. I think it might need to be more comprehensive, since there are some other functions in...

Thanks! For reference in (1), the issue with WordPress core is that if you edit a user's role in the admin dashboard (either editing their profile, or using the bulk...

Aloha, we have added this feature in this commit: https://github.com/uhm-coe/authorizer/commit/e79d27310245fb4053edd1dfd3a8bef1bfc90376 Can you test to see if it works for your use case? Only thing to change in your code sample...

You should be able to use the `authorizer_ldap_search_filter` hook to allow users to type in the username portion of `userPrincipalName`, and then you append the `@domain` portion manually in the...

A couple options here. Previous relevant threads: https://wordpress.org/support/topic/authorizer-and-event-calendar-view-change-issue/ https://wordpress.org/support/topic/authorizer-blocking-events-plug-in/ AFAIK there is still an issue with Events Calendar where they don't send authentication headers with their REST requests, so all...