wpcodevo

wpcodevo

👤 Developer

8 repositories on SrcLog

View on GitHub
8 Repos
655 Stars
187 Forks
655 Watchers

Repositories (8)

JWT_Authentication_React wpcodevo/JWT_Authentication_React TypeScript

JWT Authentication and Authorization with React, RTK Query, Material UI, React Hook Form and Zod.

239
golang-mongodb-api wpcodevo/golang-mongodb-api Go

In this article, you'll learn how to implement JWT access and refresh tokens with gRPC using Golang, MongoDB-Go-driver, Gomail, Docker, and Docker-compose.

173
2fa-nodejs wpcodevo/2fa-nodejs TypeScript

This article will teach you how to secure a Node.js API by implementing two-factor authentication (2FA) system using tokens generated by Google Authenticator or Authy. The one-time passcode (OTP) can be delivered via different methods like SMS but we will use Google Authenticator or Authy to reduce the complexity of the project.

80
complete-restful-api-in-rust wpcodevo/complete-restful-api-in-rust Rust

In this article, you will learn how to build a Rust API with unit testing in mind. This means we will take a modular approach, which will make our lives easier when writing unit tests.

51
google-github-oauth2-rust wpcodevo/google-github-oauth2-rust Rust

This article will teach you how to integrate Google OAuth2 into your Rust application, all without relying on third-party OAuth crates such as https://crates.io/crates/oauth2.

45
google-github-oath2-reactjs wpcodevo/google-github-oath2-reactjs TypeScript

In this article, you'll learn how to implement Google OAuth2 in a React.js application, including creating a project in the Google API Console, configuring the application's client ID and redirect URI, and implementing the necessary code in the React application.

28
rust-yew-signup-signin wpcodevo/rust-yew-signup-signin Rust

In this comprehensive guide, you will learn how to build a single-page frontend web application in Rust using the Yew.rs framework. The application will include essential authentication features such as user sign-up, login, logout, and restricting access to protected pages.

24
Blog_MUI_React-hook-form wpcodevo/Blog_MUI_React-hook-form TypeScript

Login and Signup Forms with React, React Hook Form, TypeScript and Material UI

15