Hello,
I try to make an app. I'm using Ion Auth for it.
What I mean is I want to make use of the library.
Current structure of the app:
- Posts -ID(pk), Title, Desc, post_author, post_date
- Comments -Comment_id(pk), Comment_post_id, comment_author, comment_content
- Backend
Let's say my name is Lisa, Lisa submit a post. It uses the current login and save it to Posts table. It should save Id or name? I do not know how to integrate it with my program.