Authentication Kit example in xojo

Hi Everybody,

I would like to add a login access in my desktop app. I have searched into the forum and internet but it’s not possible to find any example about how to implement a login section using hash algorithms. Finally yesterday I visited this webpage: https://docs.thezaz.com/authenticationkit/1.0.0/:

I have an sqlite database with usernames and passwords but I would like to add the Authentication Kit Module to my app. I am too newbie and I don’t know how to do it. Could anyone help me, please?. I only need a little example.

Thank you very much.
Sergio

from the description on Thom’s page…

There’s your example you asked for.

[quote=365241:@Roger Clary]from the description on Thom’s page…

There’s your example you asked for.[/quote]
This is the best answer I could give. I’d be happy to help you figure it out, but the SQLite class that is included demonstrates everything you need to know.