Giter Club home page Giter Club logo

fastfoodapp_backend's Introduction

Hi 👋 I'm Juan Esteban

Esteban's Dev Card

Full-Stack Web Developer

I'm passionate about learning more about the information technology industry every day.

Skills

Java SpringBoot C# .NET NodeJS Typescript JavaScript DartFlutter Angular React NextJs Redux GraphQL HTML5 CSS3 Sass Material UI TailwindCSS MongoDB Firebase MySQL PostgreSQL Docker Figma

Socials

fastfoodapp_backend's People

Contributors

duberlyguarnizofuentesrivera avatar jestebandev avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

fastfoodapp_backend's Issues

Recover Password email uses fixed localhost URL

Method sendMail() in UserServiceImp.java uses a fixed URL pointing to "localhost" to recover password. This has the effect of link not redirecting to the right API URL when a user tries to recover its password, for "localhost" links will pop up as its own machine IP address.

Expected behavior
Recovery URL should point to an API RestPoint within the server domain

Code

String html = "Hola " + name + "! \n" + "¿olvidaste tu contraseña? \n"
                + "Recibimos una petición para restablecer tu contraseña\n"
                + "Para restablecer tu contraseña por favor presiona clic en el siguiente enlace \n"
                + "http://localhost:8081/api/v1/reset-password?token=" + token;
        message.setText(html);

How to generate token for the first time?

Hi JEstebanDev.
Sorry for adding issue. I can't find other way to call you.
I cloned your project and added swagger to test and learn it, but I can't generate token.
Screen Shot 2022-08-09 at 10 11 39
I added one admin user and execute these apis but they are returning below issue.
{
"timeStamp": "2022-08-09T05:02:17.297769Z",
"statusCode": 200,
"status": "OK",
"message": "Refresh token is missing"
}

Can you help? And please write about it in ReadMe file if possible.
Thanks,
Husayn1223

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.