GithubHelp home page GithubHelp logo

ryands17 / auth-flow Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 1.02 MB

Auth flow with JWT using Access and Refresh tokens

HTML 5.21% TypeScript 87.64% JavaScript 6.98% Shell 0.18%
jwt nodejs react

auth-flow's Introduction

Hello everyone ๐Ÿ‘‹

A brief intro :P

  • A Full Stack Cloud Native Engineer in love with the JavaScript ecosystem who enjoys understanding and implementing services on the Cloud, currently working @ Prisma.

  • ๐Ÿ”ญ I have experience with technologies like React, Node, Python, and with creating and deploying applications on AWS hands-on with various services like ECS, Lambda, SQS, S3 and Cloudfront to name a few.

  • GraphQL and TypeScript have blown me away and the Developer Experience that they provide makes me never wanna go back to REST and JS :D

  • ๐ŸŒฑ Iโ€™m currently learning Rust and the experience is truly amazing. I'm also trying my hands at Kubernetes as an experience to know how is it like orchestrating services apart from ECS.

Hobbies โšก

  • I love playing the ๐ŸŽธ and I'm up for a jamming session as well :D. I also play snooker and follow it closely.

  • ๐Ÿ“š I like reading books in my spare time so do send me suggestions of your favourites :)

  • Lastly, Math always intrigues me and it amazes me how the world works around the rules of Mathematics.

Reach me @

๐Ÿ“• Latest Blog Posts

auth-flow's People

Contributors

kontactr avatar renovate-bot avatar renovate[bot] avatar ryands17 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

ajiohjesse

auth-flow's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Replace dependency npm-run-all with npm-run-all2 5.0.0
  • Update dependency ts-node to v10.9.2
  • Update dependency typescript to v4.9.5
  • Update dependency zod to v3.22.4
  • Update main-hooks (lint-staged, prettier)
  • Update server-fastify (fastify, fastify-cookie, fastify-cors)
  • Update server-lint (@typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint, eslint-config-prettier)
  • Update server-test-utils (jest, jest-environment-node, ts-jest)
  • Update server-ts-types (@types/eslint, @types/jest, @types/jsonwebtoken, @types/ms, @types/node, @types/supertest, typesync)
  • Update actions/cache action to v4
  • Update actions/checkout action to v4
  • Update actions/setup-node action to v4
  • Update client-bootstrapping (major) (@craco/craco, craco-less, react-scripts)
  • Update client-react to v18 (major) (@types/react, @types/react-dom, react, react-dom)
  • Update client-test-utils (major) (@testing-library/jest-dom, @testing-library/react, @testing-library/user-event)
  • Update dependency antd to v5
  • Update dependency axios to v1
  • Update dependency dotenv-cli to v7
  • Update dependency glob to v10
  • Update dependency jsonwebtoken to v9
  • Update dependency nanoid to v5
  • Update dependency ts-node-dev to v2
  • Update dependency typescript to v5
  • Update main-hooks (major) (husky, lint-staged, prettier)
  • Update server-fastify (major) (fastify, fastify-helmet)
  • Update server-lint (major) (@typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint-config-prettier)
  • Update server-test-utils to v29 (major) (jest, jest-environment-node, ts-jest)
  • Update server-ts-types (major) (@types/glob, @types/jest, @types/jsonwebtoken, @types/node, @types/supertest)
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/main.yml
  • actions/checkout v2
  • actions/setup-node v2
  • actions/cache v2
npm
auth/client/package.json
  • @testing-library/jest-dom 5.16.1
  • @testing-library/react 12.1.2
  • @testing-library/user-event 13.5.0
  • @types/jest 27.4.0
  • @types/node 16.11.18
  • @types/react 17.0.38
  • @types/react-dom 17.0.11
  • antd 4.18.2
  • axios 0.24.0
  • history 5.2.0
  • react 17.0.2
  • react-dom 17.0.2
  • react-scripts 4.0.3
  • typescript 4.5.4
  • @craco/craco 6.4.3
  • craco-less 1.20.0
auth/server/package.json
  • bcrypt 5.0.1
  • fastify 3.25.3
  • fastify-cookie 5.5.0
  • fastify-cors 6.0.2
  • fastify-helmet 5.3.2
  • glob 7.2.0
  • jsonwebtoken 8.5.1
  • ms 2.1.3
  • zod 3.11.6
  • @types/bcrypt 10.0.28-alpha
  • @types/eslint 8.2.1
  • @types/glob 7.2.0
  • @types/jest 27.4.0
  • @types/jsonwebtoken 8.5.6
  • @types/ms 0.7.31
  • @types/nanoid 3.0.0
  • @types/node 16.11.18
  • @types/supertest 2.0.11
  • @typescript-eslint/eslint-plugin 5.9.0
  • @typescript-eslint/parser 5.9.0
  • cross-env 7.0.3
  • dotenv-cli 4.1.1
  • eslint 8.6.0
  • eslint-config-prettier 8.3.0
  • jest 27.4.5
  • jest-environment-node 27.4.4
  • nanoid 3.1.30
  • supertest 6.1.6
  • ts-jest 27.1.2
  • ts-node 10.4.0
  • ts-node-dev 1.1.8
  • typescript 4.5.4
  • typesync 0.8.0
package.json
  • husky 7.0.4
  • lint-staged 12.1.5
  • npm-run-all 4.1.5
  • prettier 2.5.1

  • Check this box to trigger a request for Renovate to run again on this repository

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.