Logout and automated authentication with MongoDb and Angular - Tutorial

āđāļŠāļĢāđŒ
āļāļąāļ‡
  • āđ€āļœāļĒāđāļžāļĢāđˆāđ€āļĄāļ·āđˆāļ­ 19 āļ.āļ„. 2024
  • This video completes our mongodb authentication functionality by creating logout functionality. We will also
    explore the local storage capability of our browser that will allow us to persist our web token to enable
    automatic authentication when a user leaves the web application.
    Link to learn more about local storage:
    developer.mozilla.org/en-US/d...
    Join along with this tutorial with the source code below:
    There you will find a before and after folder that contains the code at the stand and end of the video.
    Link to source code: github.com/4neesh/TH-cam-Cha...
    🕒 Timestamps 🕒
    00:00 - Introduction
    00:47 - Logging Out
    04:09 - Timed logout
    06:28 - Automated authentication
    Please like, subscribe and leave a comment to let me know what you think!
    Visit my website for all my blogs and videos on software engineering: www.aneesh.co.uk
    Icon made by FreePik from www.flaticon.com
  • āļ§āļīāļ—āļĒāļēāļĻāļēāļŠāļ•āļĢāđŒāđāļĨāļ°āđ€āļ—āļ„āđ‚āļ™āđ‚āļĨāļĒāļĩ

āļ„āļ§āļēāļĄāļ„āļīāļ”āđ€āļŦāđ‡āļ™ • 2

  • @CullenKuch
    @CullenKuch 29 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē +1

    I am learning Angular and building a practice project. This series was exactly what I needed. Thank you so much! I got mine to work but now I just need to wrap my head around how its all actually working 😆

    • @AneeshMistry
      @AneeshMistry  24 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē +1

      Thank you! Try re-build the project component by component to build familiarity with Angular