Skip to content
View daniel-shuy's full-sized avatar
  • SICPA
  • Malaysia
Block or Report

Block or report daniel-shuy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. scripted-scalatest-sbt-plugin scripted-scalatest-sbt-plugin Public

    A SBT plugin to use ScalaTest with scripted-plugin to test your SBT plugins

    Scala 13 3

  2. liquibase-slick-codegen-sbt-plugin liquibase-slick-codegen-sbt-plugin Public

    A SBT plugin to generate Slick database schema code from a Liquibase changelog file.

    Scala 3 3

  3. swaggerhub-spring-pagination swaggerhub-spring-pagination Public

    OpenAPI common components for Spring Pagination

    4

  4. renovate-orb renovate-orb Public

    CircleCI Orb for WhiteSource Renovate

    8 2

  5. kafka-protobuf-serde kafka-protobuf-serde Public

    Serializer/Deserializer for Kafka to serialize/deserialize Protocol Buffers messages

    Java 60 15

  6. Dev Journal Dev Journal
    1
    # 2023
    2
    
                  
    3
    ## CSRF
    4
    
                  
    5
    Passing JWT tokens in a header (e.g. [Authorization](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization) header) protects against CSRF attacks.