|
<< Click to Display Table of Contents >> Navigation: Forum > TIWAutherList, TIWAutherINI, TIWAutherEvent |
04-13-2018, 10:39 AM:
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
04-13-2018, 03:40 PM:
Hello, Mikey
Try looking on Intraweb demos page: https://github.com/Atozed/IntraWeb/tree/...XIV/Delphi
Regards,
Joao Lira
04-16-2018, 07:11 AM:
Hello Joao,
I will test the sample given in your link.
Big thank you to you !
With best Regards,
Mikey