View Source PlausibleWeb.Live.AuthContext (Plausible v0.0.1)

This module supplies LiveViews with currently logged in user data if session data contains a valid token.

Must be kept in sync with PlausibleWeb.AuthPlug.

Summary

Functions

Link to this function

on_mount(atom, params, session, socket)

View Source