Git Product home page Git Product logo

beep-beep's People

Contributors

ahmednasserzaza avatar amnah44 avatar andrewaboalhana avatar asiasama710 avatar ay0o5h avatar aya-seif avatar azizahelmy avatar devsadeq avatar elboray avatar eng-light avatar haidyabugom3a avatar hassan3ayman avatar hassanwasfy avatar ibareq avatar kamelkiko avatar karrar-mohammed avatar mohammed-alhams avatar mosayed01 avatar mujtaba912 avatar mustafa-sab3alarab avatar nadafeteiha avatar saif-alhaider avatar shehab-m avatar yassenramadan1 avatar youssef-ramadan-y avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

beep-beep's Issues

Error while retreiving restaurant infrormation

There is an error while getting restaurant information

Here is the request information:
image

The error in the API-gateway server says that kotlinx.serialization.MissingFieldException: Field 'ownerId' is required, but there is no request parameter required for that:
image

Accessing protected routes using refresh token

It is imperative to note that the authentication on protected routes has been configured incorrectly. It is important to understand that the refresh token should only be used to refresh tokens and must not be employed to access other routes.
Refresh tokens are typically used to obtain new, valid access tokens once the access token has expired or become invalid.
Here's a typical OAuth 2.0 flow using refresh tokens:
1- The user authenticates and authorizes the application.
2- The application receives an access token and a refresh token.
3- The application can now access the resource server on behalf of the user using the access token.
When the access token expires, the application uses the refresh token to obtain a new access token without requiring the user to authenticate again.
The refresh token itself does not grant access to resources but allows you to get a new access token that can be used to access resources.

create multiple user with the same data

when create a new user

Screenshot 2023-08-27 at 9 21 05 PM

there is some thing else
When I create multiple user accounts with the same data, it already creates these users.
The expected behavior is that when I send the same data to create a user, it should throw a "user already exists" error

Login into apps

how do i login on the app after building on my local device

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.