Giter Club home page Giter Club logo

fast-auth's Introduction


About Me:


Self-motivated 5 years experienced software engineer with a strong interest in contributing open source projects. Eager to explore in unknown fields, and develop useful products, and frameworks. Believer of "Programs must be written for people to read, and only incidentally for machines to execute|, and "Eliminate, Simplify, Automate And Delegate"

Open Source Projects

I am working or I have contributed on some Open Source Project, most are Work In Progress, but anyway it was impossible to pin them all haha

Projects related to educative content and courses:

🎁 Project πŸ“œ Description
Design Pattern 101 WIP - Design Pattern Course (Gonna be much more than G4F patterns)
Awesome Resume Practical tips, guidelines, and examples for an Awesome Resume
Awesome Interviews WIP - Master technical and behavioral interviews
Testing 101 WIP - Testing Course
Awesome Python Resources Awesome resources to learn programming with Python Language!

Projects related to Backend Development:

🎁 Project πŸ“œ Description
Aio Clock An asyncio-based scheduling framework designed for execution of periodic task with integrated support for dependency injection, enabling efficient and flexiable task management.
Fast Exchange A type stated library, to handle crypto and currency exchange Right now very few currencies and cryptos are supported, but you can help with that with contribution.
PydKit WIP - Extended kit and tools for pydantic, to enjoy pydantic even more!
Fast Response WIP - FastAPI utilty library to parse, find and append exceptions to OpenAPI schema
Student App Student App Challenge Proto-type implemented with FastAPI
Fast Auth FastAPI authenication sample code

Projects related to Crawling & Data Fetching:

🎁 Project πŸ“œ Description
Fast Crawler WIP - Modern high perfomance async crawler framework & SDK with Pydantic-friendly schema
CfCrawler In-Place HTTPX client to scrape cloudflare with user agent rotation
Linkedin Crawler Linkedin Crawling Software to find matched and suitable advertisement

fast-auth's People

Contributors

manimozaffar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fast-auth's Issues

ROADMAP

Roadmap for developing boilerplate:

  • Add email field
  • Mail client
  • Email and verify email address on registration endpoint
  • Alarm unauthorized logins with mailing
  • Change username/email/password functionality with 2FA step (as email/gauth)
  • Opentelemetry integration
  • OAuth2 proto integration
  • OAuth support for gmail and apple

Roadmap for testΔ±ngs:

  • Json data containing few user to be used in tests/dev stage to be injected to db directly
  • Mocking email client
  • Tests for all new features added

Mail client

  • Mail client base class
  • add new variable to .ENV
  • Mail client mock
  • tests

Redis wrong implemention

I copied this code from my source project, where there's only very few active users, but the sensitivity was high so I was actually storing the "refresh token" itself as well,
now this is general boilerplate, no business logic, then in general we shouldn't save refresh token, no point to.
Just blacklist if needed!

so that functionality must be developed

Add email field

  • Email field must be added
  • Alembic migration must fixed
  • Refactor old test

Alarm unauthorized logins with mailing

  • Cache wrong login attempts
  • Black list brute force attacker after X logins, fooling him by showing always "pw is wrong"
  • Send email to user regarding brute force attacks
  • Don't spam user, only send email once 12h (use redis). Only email if attacker is using more than 5 different IPs.

CI Pipeline

  • Write github action to run tests and lint.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.