Skip to content
View workatease's full-sized avatar
😄
😄

Block or report workatease

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
workatease/README.md

Hi there 👋

Workatease's GitHub stats

Pinned Loading

  1. directus - Google reCaptcha v2 usin... directus - Google reCaptcha v2 using auth.login.before api hook for validation for custom login
    1
    // extensions/hooks/google-recaptcha-v2/index.js
    2
    module.exports = function registerHook({ env, exceptions }) {
    3
      const querystring = require("querystring");
    4
      const axios = require("axios");
    5
      const { BaseException } = exceptions;
  2. Attach JProfiler agent to a JVM runn... Attach JProfiler agent to a JVM running in a Kubernetes pod
    1
    #!/bin/bash
    2
    set -ex
    3
    
                  
    4
    usage()
    5
    {