Authentication jwt and PostGUI #2461
-
Hi all, I am trying to setup a PostGUI (https://github.com/priyank-purohit/PostGUI) which makes use of postgrest but getting struggled with jwt authentication. Does anyone here has some kind of experience with this app? I did the config as mentioned in POSTGUI read me but when i click on login button nothing happens... at postgrest logs i can see that the post /rpc/login succeeds but at postgui application level nothing happens (and there are no logs!). Example of a manual post to /rpc/login:
Example of postgrest log when i try to login in PostGUI with valid credentials:
Example of postgrest log when i try to login in PostGUI with invalid credentials:
Is there someone here that could help please? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
-
Below my PostGUI config. It is running in docker. Did not enabled https via nginx… is it really necessary to get editPanel available and put authentication working? /PostGUI/src/data # cat config.json |
Beta Was this translation helpful? Give feedback.
-
This seems to be an issue with PostGUI as you have identified yourself... in the cross-posted thread at priyank-purohit/PostGUI#56 (comment). |
Beta Was this translation helpful? Give feedback.
This seems to be an issue with PostGUI as you have identified yourself... in the cross-posted thread at priyank-purohit/PostGUI#56 (comment).