Iris has apps for mobile too 😲, thought it was just web. #[2] which file should we be vetting, if we want to...for starts... like the code that does the "login" part, mind linking for learning purposes?

Reply to this note

Please Login to reply.

Discussion

Login part of the code is bit of a mess, because Iris used to run on gundb which uses keys of a different EC curve. There's still a lot of the old, unnecessary code. Haven't had time to refactor properly.

Iris-messenger login (UI):

https://github.com/irislib/iris-messenger/blob/master/src/js/views/Login.jsx

Iris-lib login (key generation):

https://github.com/irislib/iris-lib/blob/7f4aad64137d2782d9b52055df0391a8d5e5a2e9/src/session.ts#L240

🫡