Allow unauthenticated requests for certain endpoints
Closed this issue · 3 comments
vivekmittal07 commented
Parent - #108
ONA requires capability to allow access without a valid access tokens for some APIs. We should allow unauthenticated allowed queries.
This is used to fetch Composition and some Binary resources before login.
jjtswan commented
Oh, this seems like it should be targeted for the Beta right? Since this is a blocker for ONA to use?
jjtswan commented
Can you comment a little more about the use case? What's an example of a kind of API?
vivekmittal07 commented
This is used to fetch Composition and some Binary resources before login. Updated the issue description as well.