Authentication Resource

Can someone help me the proper resources for basic authentication in actix web

Please provide some article or GitHub code

I'm happy with anything

There's an auth example in the examples repo:

with a walk-through blog post on how to implement authentication with actix-web:

1 Like

This examples are very good .

Can I get the simple register and login using the web browser

The register should add user in the database and
the login request from the user using the browser should create a session and login should destroy the session

which is very simple logic

Thank you for your support

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.