On Tue, Oct 12, 2021 at 1:47 AM yoshio saito <[email protected]> wrote:
> Thank you for the wonderful application. > Guacamole is Very helpful to me. > > We are very happy to hear that. > I am very interested in the login mechanism. > > What, specifically, about the login mechanism are you interested in? Is there something you are looking to change about the login? > but, I am new to javascript. > > I want to know the flow of the program until the login screen is displayed. > (Specifically, what kind of framework and what kind of functions are used.) > > The entire web application uses AngularJS for routing, navigation, and interaction with the API. The AngularJS application loads from the web server and then begins talking to the API, which starts with an authorization attempt to the api/tokens endpoint that will fail > If possible, I want you to tell me. > It would be better if you have a specific question about the login for you to provide us more detail on what you're trying to do. Otherwise I'd suggest using your browser's developer console and looking at the source code to determine what happens. -Nick
