I made my own user authentication scheme which implements the methods of the AuthHandler interface and change const realName to "test"
Did you create your own authenticator like these
https://github.com/tinode/chat/tree/master/server/auth
Yes, I did.
and then imported it like this?
https://github.com/tinode/chat/blob/99c633297a805123f74642334f87d4a5b8ab7967/server/main.go#L29
Yeah, I think the problem is that I did not import my schema like this
Can I just replace the rest scheme with my own? Will this work?