Skip to content

Instantly share code, notes, and snippets.

@janvhs
Last active June 29, 2023 14:45
Show Gist options
  • Select an option

  • Save janvhs/a98bdbd2e100c07c9748b2635f107862 to your computer and use it in GitHub Desktop.

Select an option

Save janvhs/a98bdbd2e100c07c9748b2635f107862 to your computer and use it in GitHub Desktop.

Revisions

  1. Jan Fooken revised this gist Jun 29, 2023. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion links.md
    Original file line number Diff line number Diff line change
    @@ -28,4 +28,6 @@

    ### Samples

    - [Auth0 Code Samples](https://developer.auth0.com/resources/code-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
  2. Jan Fooken revised this gist Jun 22, 2023. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion links.md
    Original 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
    ## 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

  3. Jan Fooken revised this gist Jun 22, 2023. No changes.
  4. Jan Fooken revised this gist Jun 22, 2023. 1 changed file with 17 additions and 4 deletions.
    21 changes: 17 additions & 4 deletions links.md
    Original file line number Diff line number Diff line change
    @@ -1,14 +1,27 @@
    # Golang Wasm Links
    # Links

    ## General
    ## 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
    ### 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)
    - [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)
  5. Jan Fooken created this gist Jun 15, 2023.
    14 changes: 14 additions & 0 deletions links.md
    Original 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)