-
We have been looking through documentation to see if there are any specific requirements for handling authentication / authorization. More specifically - requirements for JWT token. As far as we've be…
-
This is an umbrella issue to track support for external authentication via identity-aware proxies ("header-based auth") such as Google Cloud IAP, Microsoft Entra Application Proxy, and AWS Verified Ac…
-
-
### Describe the feature
The JWT Authentication feature allows secure and stateless user authentication in a Node.js backend. It works by generating a JSON Web Token (JWT) upon successful login, …
-
-
-
https://github.com/alpha-omega-corp/bunapp-api/blob/production/app/authentication.go
-
Most of the APIs used by a GitHub app are accessible through the `GitHubIntegration` class ([example](https://pygithub.readthedocs.io/en/stable/examples/Authentication.html#app-authentication)) and th…
-
**Describe the bug**
I was currently tinkering with SMART on Fhir and tried to impliment my own basic EHR. Every thing works fine until I try to launch an APP within the EHR context. The problem sho…
-
Currently the username and password are not accessible from within the custom authorizePublish and authorizeSubscribe methods.
This becomes an issue when authenticating and authorizing with JWT or …