Goutam B Seervi

Results 7 issues of Goutam B Seervi

I have a next.js page which redirects to a different page. Here's the snippet for the page.. ``` export const getServerSideProps = async (context) => { // do something return...

Noticed that we do not set sid cookie automatically. Would like to understand the idea behind doing this? Shouldn't there be a way to automatically check if sid cookie exists,...

Thanks for creating this amazing library! I just noticed that when I was trying to use this library. I was getting an error which said that I cannot send messages...

I think this is important feature. Consider a scenario where the user wants to verify his number but he didn't receive code over SMS. Shouldn't there be a resend code...

Hi, I went through the documentation for this library. But didn't find an answer for my question. So I implemented dj-rest-auth and everything is smooth AF. Thank you so much...

enhancement

ejabberd_auth_http method enables http authentication for ejabberd. I have added this module to my variable as follows: `EJABBERD_CONTRIB_MODULES=ejabberd_auth_http` This works fine..but to be able to actually use http auth I...

So I am using this library to crop the picture in a rounded shape. This is my code HTML: ``` Save ``` TypeScript: ```export class AppComponent extends OnInit{ @ViewChild('cropper', undefined)...