Authentication Component

Let's make a start on our authentication component. I want it to be able to do four things as a minimum:

  • Authenticate a user
  • Log in a user
  • Log out a user
  • Retrieve an authenticated user (object)


The component we create here will be specifically for session authenticated users but we could also have auth components for token auth etc.

Complete and Continue  
Discussion

0 comments