MD - Subido ejemplo de Login y autenticacion en módulos

mod_harbour es un módulo para Apache que permite correr tus PRGs directamente en la web!!!

MD - Subido ejemplo de Login y autenticacion en módulos

Postby Carles » Wed Aug 18, 2021 7:42 am

Hola,

Subido ejemplo de login y toda su lógica para autenticar y usar módulos de la aplicación. Todo en bootstrap de forma sencilla para dar un look a nuestra aplicación

http://54.37.60.38/tpl/basic_login/

C.
Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
Skype -> https://join.skype.com/cnzQg3Kr1dnk
User avatar
Carles
 
Posts: 1096
Joined: Fri Feb 10, 2006 2:34 pm
Location: Barcelona

Re: MD - Subido ejemplo de Login y autenticacion en módulos

Postby Enrico Maria Giordano » Wed Aug 18, 2021 10:18 am

The main menu doesn't work correctly using Edge Chromium. Using IE it doesn't even reach the main menu page and goes back to the login page. :-(

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8338
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: MD - Subido ejemplo de Login y autenticacion en módulos

Postby Carles » Wed Aug 18, 2021 2:44 pm

Hi Enrico,

There really is no menu, it just tries to show 3 links with the <a></a> tags

Code: Select all  Expand view
    <main class="page-content p-5">
   
        <a href="{{ Route( 'app.test1' ) }}">Test 1</a>
        <br>
        <a href="{{ Route( 'app.test2' ) }}">Test 2</a>
        <br>
        <a href="{{ Route( 'app.test3' ) }}">Test 3</a>
   
    </main>


It works correctly on edge, firefox, chrome and safari. I see that using IE something must happen to the cookie. I'll check ... :-)

The purpose of the example is to create an authentication and to be able to access the modules.

If you want to try a menu example, you can try the example http://54.37.60.38/tpl/basic_menu I think it works correctly in all browsers.

And if you want to take a look at other example projects you can see in this link http://54.37.60.38/tpl

Thank you for your comments

Regards.
C.
Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
Skype -> https://join.skype.com/cnzQg3Kr1dnk
User avatar
Carles
 
Posts: 1096
Joined: Fri Feb 10, 2006 2:34 pm
Location: Barcelona

Re: MD - Subido ejemplo de Login y autenticacion en módulos

Postby Enrico Maria Giordano » Wed Aug 18, 2021 2:59 pm

Carles wrote:Hi Enrico,

There really is no menu, it just tries to show 3 links with the <a></a> tags


Ah, it's ok then. :-)

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8338
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia


Return to mod_harbour

Who is online

Users browsing this forum: No registered users and 1 guest