Skip to content
View tafaust's full-sized avatar
💻
Coding
💻
Coding

Block or report tafaust

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

Metrics

Pinned Loading

  1. terraform-provider-peekaping terraform-provider-peekaping Public

    Terraform provider for https://github.com/0xfurai/peekaping

    Go 2

  2. ehwplus/zitadel-nodejs-nestjs ehwplus/zitadel-nodejs-nestjs Public

    An example repository on how to implement Zitadel token introspection in a NestJs backend.

    TypeScript 12 4

  3. policy-password policy-password Public

    policy-password is a Node library written in Typescript to generate passwords according to policies and constraints.

    TypeScript 16 2

  4. FastAPI singleton service dependency... FastAPI singleton service dependency injection across multiple requests
    1
    import random
    2
    
                  
    3
    import click
    4
    import uvicorn
    5
    from fastapi import FastAPI, APIRouter, Depends, Request