pub fn is_token_well_formed(token: &str) -> boolExpand description
Return whether a token is well-formed for Gestura’s current bearer-token scheme.
This is not a full validation step (it does not check expiry or revocation), but it can be used by shells to provide a quick, offline sanity check.