supabase-community / godot-engine.supabase

A lightweight addon which integrates Supabase APIs for Godot Engine out of the box.
MIT License
171 stars 19 forks source link

[Bug-Fix] - Authentication Bearer Token Not Refreshing #45

Closed BossMBGaming closed 2 years ago

BossMBGaming commented 2 years ago

Fixed Bug that prevented user from being re-authenticated. The bearer token's format string got overwritten and was never reset.

This caused an error pictured below: Image

fenix-hub commented 2 years ago

Thank you!