@alan-pena
- Member Since
- Oct 29, 2024
- Lessons Completed
- 3
- Comments Contributed
- 3
- Hours Watched
- 0.71
Recent Activity
Here's what @alan-pena has been up to this past year
-
Upvoted comment It might be something related to the UUID implementation. I ...
-
Replied to It might be something related to the UUID implementation. I ...
Indeed it was this line of code
static selfAssignPrimaryKey = true
that was missing, now it work properly!
Thanks a lot for your time! -
Replied to Hi Alan! Thank you for watching!Are you able to share a link...
Hi,
I cannot share my project in a repo because it's a enterprise project but i can try to share some screenshots (due to max characters in comments)Here's a Imgur post with all the screenshots : https://imgur.com/a/rYIUWJx
All the other stuff like auth middlewares are the default ones. -
Commented on post AdonisJS 6 Session Authentication in 15 Minutes
Hello, first thing first thanks for all the work you do for the AdonisJS community.
I have an issue with part "How to perform user registration", it create my user into my database but it doesn't login my user. I checked the code from the github repo and there I can't found any diff.
Any idea ?// register_controller.ts await auth.use('web').login(user) // routes.ts router .get('/', async ({ auth, view }) => { await auth.check() return view.render('pages/index') }) .as('index')
Copied! -
Completed lesson Vite and Our Assets
-
Completed lesson AdonisJS 6 Session Authentication in 15 Minutes
-
Completed lesson Easy Imports with NodeJS Subpath Imports
-
Account created Welcome to Adocasts, @alan-pena!