Skip to content

Vipul-Tandon/user-authentication

Repository files navigation

1. User Authentication:-

Project:- A simple user authentication service using Ruby on Rails.

Contents:-

• Endpoints: POST /register (user registration), POST /login (user login), POST /logout (user logout).

• Controllers & Models: User model for storing user details, controllers for handling user registration, login, and logout.

• JWT Token-based Authentication: Use JWT tokens for authentication. Implement token generation on login and validate tokens on subsequent requests.

• Input Validation: Validate input data to prevent injection attacks (such as SQL injection).

• Unit Tests: Write unit tests for the whole project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •