Skip to content
View andymarch's full-sized avatar
Block or Report

Block or report andymarch

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
andymarch/README.md

Hi there 👋

Pinned

  1. atko.mail atko.mail Public

    Demonstration emails done right. An dynamic mailbox service for Solution Engineers or anyone who needs a temporary email.

    JavaScript 1

  2. okta-managedaccess okta-managedaccess Public

    Persistant delegation of authority using Okta.

    JavaScript 4 1

  3. Okta Sign in widget snippets Okta Sign in widget snippets
    1
    var email = ""
    2
    config['registration'] = {
    3
    preSubmit: function (postData, onSuccess, onFailure) {
    4
      email = postData.email
    5
       onSuccess(postData);
  4. OAuth-by-Example OAuth-by-Example Public

    Developer workshop explaining OAuth and OIDC

    Handlebars 5

  5. FTTC-Checker FTTC-Checker Public

    Automates requests to the BT DSL checking service.

    Python 1

  6. jmeter-ec2 jmeter-ec2 Public

    Forked from oliverlloyd/jmeter-ec2

    Automates running Apache JMeter on Amazon EC2

    Shell