Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.42 KB

File metadata and controls

41 lines (21 loc) · 1.42 KB

Actix Web Samples

ac_mongo

Contents

Static JSON File example

static_json

This is a simple demo that handles Actix Web and static JSON files and creates them as an API.

MongoDB example

mongodb

This is a simple demonstration of handling Actix Web and MongoDB and creating it as an API.

Simple JWT Auth example

jwt_auth

This is a simple demo of handling Actix Web and JWT and creating it as an API.

User JWT Auth example

jwt_user_auth

This is a simple demo of creating an API with user registration in Actix Web and authentication authorization in JWT.

MongoDB Todo App API example

todo_app

This is a sample of a simple todo application that includes authentication and authorization using JWT, and CRUD processing for each user and todo.

Google Auth API example

google_auth

This is a simple demo of logging in with a google account.