Hello!
I'm just testing Coronium on a AWS EC2 instance, to check if it fits the needs of my apps.
I need to login "anonymous" users, I'll ask then their email later, not at first use. So I thought to create them on the first time with myemail[+randomientifier]@
gmail.com, but I think Coronium is not admiting "+" appends on gmail addresses, because when trying to log in with
mye...@gmail.com it works fine, but with and other user with email
myem...@gmail.com I can't login.
I get
xxx/mod_coronium.lua:124: Session token required. Log in.
stack traceback:
[C]: ?
[C]: in function 'assert'
xxx/mod_coronium.lua:124: in function 'getMe'
I've verified not having any trouble updating user email (without using "+2"), and then login with the new one. Except that is not asking for validation of the new email.
Does anyone have some other idea to do anonymous login?
Thank you!