ELTE-Clean / Clean-Administration-Platform

2 stars 1 forks source link

Log in/out and Authuntication Check Middlewares #41

Closed Mohido closed 2 years ago

Mohido commented 2 years ago

Now we can log-in/out and use validate authentication in the back-end server. The current endpoints that are valid are:

To test these endpoints, lunch the project with ./platform_build_deploy.sh then wait until you see that keycloak is working. Then you can use these endpoints in the browser to see what happens. Note that the authentication requires a session ID. So if you are using this API (Backend server endpoints) not from your browser, you will need to store these session ID cookies somewhere on your program then attach them in the next requests to stay logged in.

the4t4 commented 2 years ago

resolved merge conflict