Phauxth v1.2.0 Release Notes

    • ✨ Enhancements

      • Improvements to session management
      • the session id in the Plug Session has a customizable max age
      • session ids are stored in the database (as a map in the users table)
        • if the session id is not found in the database, the user is not authenticated
    • 🔄 Changes

      • Moved the installer to a separate (phauxth_installer) repository