Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Releases: heloufir/simple-passport

Bug-fixing: Recover password function

08 Apr 08:32
351a363
Compare
Choose a tag to compare
1.5.2

Bug-fixing: Recover password

Application enhancement

08 Apr 07:58
86ae5e0
Compare
Choose a tag to compare
1.5.1

Application enhancement

Refactoring code and let controller manager one responsibility

08 Apr 07:30
5a700fe
Compare
Choose a tag to compare
  • A table that will hold the token of the user(good for the maintainer and better for the client to not touche existing tables)
  • Using a trait that holds some data such as the email field name and the password field name(its not always the same)
  • Make the Send email queuable(users should not wait for the operation if everything is okey).

Refactoring code and let controller manager one responsibility

08 Apr 07:20
5a700fe
Compare
Choose a tag to compare
  • A table that will hold the token of the user(good for the maintainer and better for the client to not touche existing tables)
  • Using a trait that holds some data such as the email field name and the password field name(its not always the same)
  • Make the Send email queuable(users should not wait for the operation if everything is okey).

UserExists rule enhancement

04 Apr 11:14
a0e6d34
Compare
Choose a tag to compare
1.3

UserExists enhacement

Fix merge: commit ca4fba8

04 Apr 11:12
a0e6d34
Compare
Choose a tag to compare
1.2

UserExists enhacement

Wip / fix typo and remove non existing class use

04 Apr 07:33
b80f68d
Compare
Choose a tag to compare
Merge pull request #1 from akiyamaSM/master

fix typo and remove non existing class use

First stable version

21 Feb 15:58
12c21bd
Compare
Choose a tag to compare

The first stable version of the heloufir/simple-passport package.