liveshowy / webauthn_components

WebauthnComponents allows Phoenix developers to quickly add passwordless authentication to LiveView applications.
MIT License
178 stars 10 forks source link

Store Token in Cookie #47

Closed type1fool closed 1 year ago

type1fool commented 1 year ago

Instead of setting the token in JS SessionStorage, add a session controller which saves the token in a cookie.

This may eliminate the need for connected?(socket) checks.

Update the demo app to test & document usage.

type1fool commented 1 year ago

Closing as duplicate of #42