Last active
June 29, 2023 14:45
-
-
Save janvhs/a98bdbd2e100c07c9748b2635f107862 to your computer and use it in GitHub Desktop.
Revisions
-
Jan Fooken revised this gist
Jun 29, 2023 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,4 +28,6 @@ ### Samples - [Auth0 Code Samples](https://developer.auth0.com/resources/code-samples) - https://smartive.ch/blog/hitchhiker-s-guide-to-oidc - https://github.com/zitadel/examples-api-access-and-token-introspection -
Jan Fooken revised this gist
Jun 22, 2023 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,12 +15,16 @@ - [Go Webapi](https://gowebapi.github.io/) - [honnef.co/go/js/dom/v2](https://github.com/dominikh/go-js-dom) ## OIDC / OAuth ### Guides - [Auth0 Auht in Golang with React](https://auth0.com/blog/authentication-in-golang/) - [Stack Overflow Guide](https://stackoverflow.blog/2022/12/22/the-complete-guide-to-protecting-your-apis-with-oauth2/) - [How to correctly logout a user](https://www.mathieupassenaud.fr/logout-oauth2/) - [OpenID Connect in Detail](https://curity.io/resources/webinars/course-openid-connect-in-detail/#session-2-id-tokens-and-userinfo-endpoint) - [OpenID Connect Logout](https://medium.com/@robert.broeckelmann/openid-connect-logout-eccc73df758f) - [OIDC](https://www.ory.sh/docs/oauth2-oidc/) ### Samples -
Jan Fooken revised this gist
Jun 22, 2023 . No changes.There are no files selected for viewing
-
Jan Fooken revised this gist
Jun 22, 2023 . 1 changed file with 17 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,14 +1,27 @@ # Links ## Golang Wasm ### General - [Go Wiki Wasm](https://github.com/golang/go/wiki/WebAssembly) - [WebAssembly: Introduction to WebAssembly using Go](https://golangbot.com/webassembly-using-go/) - [Compiling Go to WebAssembly](https://www.sitepen.com/blog/compiling-go-to-webassembly) - [Tinygo Language Support](https://tinygo.org/docs/reference/lang-support/stdlib/#cryptotls) ### DOM bindings - [Bindings List](https://github.com/golang/go/wiki/WebAssembly#interacting-with-the-dom) - [Go Webapi](https://gowebapi.github.io/) - [honnef.co/go/js/dom/v2](https://github.com/dominikh/go-js-dom) ## OIDC ### Guides - [Auth0 Auht in Golang with React](https://auth0.com/blog/authentication-in-golang/) - [Stack Overflow Guide](https://stackoverflow.blog/2022/12/22/the-complete-guide-to-protecting-your-apis-with-oauth2/) ### Samples - [Auth0 Code Samples](https://developer.auth0.com/resources/code-samples) -
Jan Fooken created this gist
Jun 15, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ # Golang Wasm Links ## General - [Go Wiki Wasm](https://github.com/golang/go/wiki/WebAssembly) - [WebAssembly: Introduction to WebAssembly using Go](https://golangbot.com/webassembly-using-go/) - [Compiling Go to WebAssembly](https://www.sitepen.com/blog/compiling-go-to-webassembly) - [Tinygo Language Support](https://tinygo.org/docs/reference/lang-support/stdlib/#cryptotls) ## DOM bindings - [Bindings List](https://github.com/golang/go/wiki/WebAssembly#interacting-with-the-dom) - [Go Webapi](https://gowebapi.github.io/) - [honnef.co/go/js/dom/v2](https://github.com/dominikh/go-js-dom)