incalculable-shoe-63378
09/13/2023, 5:53 PMPOST
and run all my other requests against the admin endpoint? Does the admin endpoint all all methods or is that something that I need to set as well?
I can't seem to run any of the API requests against the admin base url. 🤔
When I try to make a call to http://localhost:4434/self-service/login/flows, it will redirect me to http://localhost:4433/self-service/login/flows.
Thanks!bland-eye-99092
09/14/2023, 8:22 AMincalculable-shoe-63378
09/14/2023, 9:28 PMGET
and POST
methods? In the documentation here I noticed that the public endpoint is only set to allow POST
methods.
• https://www.ory.sh/docs/kratos/reference/configurationincalculable-shoe-63378
09/19/2023, 12:18 AMbland-eye-99092
09/19/2023, 7:35 AMIn the documentation here I noticed that the public endpoint is only set to allowCould you point me to where that is stated? The public API uses both GET and POST.methods.POST
incalculable-shoe-63378
09/19/2023, 4:50 PMincalculable-shoe-63378
09/19/2023, 10:52 PMbland-eye-99092
09/20/2023, 3:00 PMbland-eye-99092
09/20/2023, 3:01 PMSo both the user and my application should be making calls the the public endpoint, is that the correct understanding?Your (backend?) application will make requests to the public endpoint whenever you want to check the user’s session. Your frontend application, whenever you want to make changes to the user’s auth state.
incalculable-shoe-63378
09/20/2023, 10:37 PM