Coronium Core - Version 2.1.0

Thanks for the response. The user table is the part that I couldn’t see working with multiple apps giving individual logins.

After following Devs user screencast, you create a user with an ID and PW.  Eg:  Fred@Flintstone.com

Fred runs the knitting app, logs in and is fine.

3 months later, Fred gets a new app he saw for yard sales. If he tries to sign up he’s likely going to be confused since he will try and register as fred@flintstone.com and he’s going to get an error that he exists.

I did see ‘projects’, and I did experiment successfully with server side email. However I don’t see how users and projects inter-relate since there is no connection between the two. I did see that projects and server side API’s go hand in hand. More project stuff I have to look at.

I do understand that I can create/use as many databases as I want, either by name of by database design, I just wanted to use the User part as it’s nicely done and easy to manage  :slight_smile:

Thanks again for the response, just looking for clarity.

I could have read your post better before responding, sorry about that, was on a mobile phone in a parking lot, and while writing I could not read the post  :slight_smile:

I started with coronium before dev implemented the user API, so I have a user table per app in the SQL, it works for my purpose but I can see what you mean about wanting to use the user API.

Perhaps it would be possible for dev at some point to add a project colum to the user API.

Then we could differenciate.

Hi,

@graham07 I do have a solution in place for “scoping” users, it’s already integrated into the database, but I need to finalize some code in the webmin and webmin api. It will be in the 2.1.1 update which should be done by end of week if not sooner.

@anaqim Thanks for jumping in to help. Much appreciated.

-dev

Great job Chris!!!

Hi,

Thanks for the great feedback.  :slight_smile:

Please see this post for important information regarding the 2.1.1 release/update: https://forums.coronalabs.com/topic/70971-coronium-core-version-211-critical-update/

-dev