# https://stack.convex.dev/testing-authenticated-functions-from-the-dashboard Testing authenticated functions from the dashboard You can test functions that rely on a sign-in by decoding your JWT and using the fields with "Act as a user" on the dashboard.
# When using Clerk for authentication, isn't "subject" value the userId of the logged in user? Why go thorugh all the JWT token thing?