I am still new with supabase. I am little concern of the security.
Now I have a react app and with the anon public API keys I can query the database CRUD.
When I navigate to the db table editor, it prompted me "WARNING : This table is publicly readable and writable. Enable Row Level Security", but I am not sure what does it mean.
Then I saw a video, the person is querying database using API with the API keys + JWT access token, I saw when user is authenticated, session with access token is return.
My question is how to use the JWT access token with the JS SDK and disable public access?