yes, i saw the demo. but i need some generic way to combine several api endpoints under one auth flow. for example i have 10 random endpoints. i need only 5 of them to be auth aware. i.e. if user isn't authenticated he gets 403. and other 5 endpoints should'nt require authentication at all.