pull down to refresh

@k00b what do you do?

I think you would set the session ID before authentication, then after authentication remember that this session ID is authenticated now.

He uses next-auth; that takes care of that in ways I didn't understand yet.

But I think using that library is overkill for me (for now). I only want to support LNURL-auth.

Also, I like implementing stuff on my own first
(yes, I know about "don't roll your own crypto" haha)

reply
I think you would set the session ID before authentication, then after authentication remember that this session ID is authenticated now.

Interesting

reply