Dexter Marks-Barber
Dexter Marks-Barber
> This hack stopped working in NextAuth@4. Seems to work for me. Here's my set up. ``` "next-auth": "^4.10.3" ``` ```js export default function refreshSession () { const event =...
Hey @binary64 @Shadowfox38, Did you guys manage to resolve your issues with Microsoft? I have a secure `smtp-server` instance, and I'm trying to add my email address to Outlook, but...
> Just turn the secure option off :) Hm. Interesting. I'll give this a go, but I'm not sure how it'd upgrade. Edit: @shadowfox38 I'm still getting the same issue...
As a follow up Outlook desktop tries to use the server as an IMAP server rather than an SMTP user by going through the "Add account" dialogs. I used Outlook...
> Hi, @dextermb, can you explain a bit more @fulvi0 unfortunately this was two years ago and the project I set up is not used anymore. Have you attempted to...
Thanks for the heads up @MilosZmijanjac. We'll look into upgrading our package to support other authentication methods
Once people are happy with the implementation then I will look at updating the documentation
> Note that we don't validate the jwt signature, so it might be better to get rid of the new dependency and just bade64 decode the unencrypted part of the...
> Certainly if you're happy with having the suggested browser function in the codebase. I'll update this Removed `jwt-decode` dependency and added the answer-marked implementation from stackoverflow ✅
> lets pnpm link this to the app to try it first before we merge and release. 👋🏻 Hey, just getting back to this today. I've done a decent amount...