Very educative for me, wish you had continued these videos.
@jedjohan4 жыл бұрын
Good collection of news, thanks ! Waiting for the SPA-part when you have the React app sorted out :)
@gmil123453 жыл бұрын
Did you ever do the SPA version? Can't see anything on your channel!
@real-codingfreaks3 жыл бұрын
Yes but not in a video yet. About to do some update videos soon.
@nikeshjha8877 Жыл бұрын
Thanks a lot
@hqcart14 жыл бұрын
hi, Thank you for the great update, i have 2 questions: 1. how can i set the cookie expiry time? 2. how can i redirect the user to the page he is currently in assuming he is in a secured page, and suddenly he needs to reauthenticate? Thanks
@real-codingfreaks4 жыл бұрын
1. Expriy time can be set up in the properties of the User Flow/Policies. 2. You would need to go deeper and implement a middleware where you can hook into the events more deeply.
@deepb4uz4 жыл бұрын
How do we integrate with APIS
@real-codingfreaks4 жыл бұрын
I don't understand this question. There is no distinction between UIs and APIs. If your question is about so called Downstream-APIs then you would have to wait for a future post.