res://addons/w4gd/supabase/jwt_utils.gd
Inherits: RefCounted
Internal collection of JWT utility functions.
Methods
Dictionary  | 
parse_token ( String p_token )  | 
bool  | 
validate_token ( String p_token )  | 
Method Descriptions
Dictionary parse_token ( String p_token )
Parses the given JWT token.
bool validate_token ( String p_token )
Returns true if the given JWT token is valid; otherwise, false.