Atozed Forums

Full Version: TIWAutherList, TIWAutherINI, TIWAutherEvent
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Everybody !
I'm new on Intraweb, and I try to build my first application.
I'm on Delphi Tokyo entreprise, and I've upgraded my bundle version with the last one of Intraweb...
I try to use TIWAutherINI but I don't succeded to get it run... Nothing happens..

I've placed the component on the ServerController, Placed the property AuthBeforeNewSession to true, and link the Auther property to my component...
I've also placed a ini file named #Auth.ini in the same directory of my application...
The ini file is build like this :
[USER1]
PASSWORD=USER1PSWD
[USER2]
PASSWORD=USER2PSWD
....

I run my application, but nothing happens for authentification...
Where I could find documentation or sample to use those components , please ?

With Best Regards,
Mikey
Hello, Mikey


Try looking on Intraweb demos page: https://github.com/Atozed/IntraWeb/tree/...XIV/Delphi


Regards,
Joao Lira
Hello Joao,

I will test the sample given in your link.

Big thank you to you !

With best Regards,
Mikey