Skip to content

Conversation

adilkadivala
Copy link
Contributor

@adilkadivala adilkadivala commented Apr 30, 2025

Auth.0 implemented successfully, for all user

Description

this is a simple and most usable auth system for authenticating a users, and protecting routes of web from un-authenticated users ( route protection will implement next pull ),

Related Issue

issue here #339
fixes #339

Motivation and Context

motivation is that user should be authenticate

How Has This Been Tested?

  • click on login button in header, then provide your credentials,
  • or got with google or github..
  • or use this email and password for testing only : email = [email protected] , password = Root@1234.

Screenshots or GIF (In case of UI changes):

befor login will display a login button..
home

after login will display a button with user's name first later and on click, will open a model containing email and logout button,

after-login

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Copy link
Member

@dimsparagis0210 dimsparagis0210 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that in our use-case the authentication process is unnecessary, since every user can view and access the same data. @Tsalmas-Anastasios what do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Auth.0 for authentication of user
2 participants