camsjams·3 anni fa·discussThis did indeed work for Google (that's the only one I tried), but the details of how this works is best detailed in this post: https://aaronparecki.com/2018/07/07/7/oauth-for-the-open-webThe above post was also linked from the obligator project's GH readme
camsjams·3 anni fa·discussI too found this hard to reason, but figured it out:If you're demoing using https://openidconnect.net for example, set your Client ID to https://openidconnect.netLikewise, your ClientID should match the url of the website you are using this to connect with.This was mentioned in the GitHub readme too but didn't click until trying the demo
camsjams·3 anni fa·discussYou can't reassign constants in JS, it throws an error: Uncaught TypeError: Assignment to constant variable.But yes you can modify objects and arrays of a constant, which is not great.
camsjams·3 anni fa·discussIs this cheaper though?For a medium-to-large app, K8s should offset a lot of the operational difficulties. Also you don't have to use K8s.Cloud is turn-on/turn-off, whereas on-premises you pay up front investment.Here are all of the hidden costs of on-prem that folks forget about when thinking about cloud being "expensive":- hardware- maintenance- electricity- air conditioning- security- on-call and incident responseHere are all of the hidden time-consumers of on-prem that folks forget about when thinking about cloud being "difficult":- os patching and maintenance- network maintenance- driver patching- library updating and maintenance- BACKUPS- redundancy- disaster recovery- availability
camsjams·3 anni fa·discussMaybe because Capistrano is written in Ruby and the language matches their internal products? That was my only guess.
camsjams·3 anni fa·discussInstead, you might just want to reach out and ask for access or a zip file from the owners
camsjams·3 anni fa·discussSo you're suggesting GitHub should determine the total "average" license of a private repo and determine if your fork is indeed valid or not, before revoking access.
camsjams·4 anni fa·discussHow does this compare to WPGraphQL https://www.wpgraphql.com that's been around for quite some time (https://github.com/wp-graphql/wp-graphql)Did you find shortcomings with that plugin?