Auth during build #1540
Replies: 1 comment 1 reply
-
Hello 👋 Technically, you could also write a Gradle task to obtain the bearer token but that might be an overkill (there might be even a community plugin that does it for you). |
Beta Was this translation helpful? Give feedback.
-
Is there a way to use a oauth login for the build process? I need to switch the endpoint on which the graphql endpoint is exposed, but the new one is only available with OAuth Validation. Or would that be a use case for the schema files?
Is there a kind of 'best practice' to keep the schema file up to date, if this is the only way with your client?
Would be glad for any information regarding secured graphQL endpoints :) If you have further questions I'd be happy to answer any questions or assist in a potential feature :)
Beta Was this translation helpful? Give feedback.
All reactions