lua-payments icon indicating copy to clipboard operation
lua-payments copied to clipboard

Readme, documentation, maintainence etc.

Open Immortalin opened this issue 9 years ago • 4 comments

Hi! Is this still maintained? Any plans for a readme?

Immortalin avatar Dec 04 '15 04:12 Immortalin

The code is maintained, but the stuff in this repo is a little old. This is some of the code that powers payments on https://itch.io. I planned to update it and release it as a package but I haven't gotten a chance yet.

leafo avatar Dec 05 '15 11:12 leafo

@leafo offtopic but do you think you can add an authentication module to lapis?

Immortalin avatar Dec 05 '15 14:12 Immortalin

what kind of authentication, like http basic auth or a system for creating user accounts?

leafo avatar Dec 08 '15 00:12 leafo

@leafo mostly account creation, built-in password hashing for secure storage, validation of email address by sending confirmation email, password recovery system etc. Something like this

Immortalin avatar Dec 08 '15 02:12 Immortalin