Open rbugajewski opened 3 years ago
Authentication in some form should be part of the example project as we currently have many questions regarding this topic.
Just for documentation purpose. The login_session example shows how one can do authentication in a classic form/server side rendering style. But the code is not production ready (ex. Using MD5 for password hashing, no DB access, etc)