Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/leafsphp/auth

🔐 Leaf PHP auth module
https://github.com/leafsphp/auth

Merge pull request #19 from leafsphp/fix-session-lifetime-incorrect-when-string-provided

FIX: Session TTL incorrect when date string is provided in config

8844171fd936db73568333a4529a85fc1a0af912 authored over 1 year ago by André Rosa <[email protected]>
FIX: Session TTL incorrect when date string is provided in config

6178ac6f593ce7052e166e1255917285a8aca1c6 authored over 1 year ago by André Rosa <[email protected]>
Merge pull request #18 from leafsphp/fix-check-session-before-expire

FIX: Check session exists on expireSession

4c299aa20791ed8f0ba04a7708ef445ea24ee605 authored over 1 year ago by Michael Darko <[email protected]>
FIX: Check session exists on expireSession

1e64d2067b7b1e4ed91986d6a3b1c789d4518ec8 authored over 1 year ago by André Rosa <[email protected]>
chore: update readme

360e7554f1b116b254f8b7496618515159a8bcd7 authored over 1 year ago by mychidarko <[email protected]>
test: remove comments

4420528ccb0c5752936ad6a2d30129dc2e6ad4be authored over 1 year ago by mychidarko <[email protected]>
Merge pull request #17 from leafsphp/feat/session-updates

Feat/session updates

9264424fbfd0cdd32a825bb1e928d51c51da296d authored over 1 year ago by Michael Darko <[email protected]>
test: add check for session_id

35fae2a681efdaab431115cbdc6a6f88654a9a14 authored over 1 year ago by mychidarko <[email protected]>
test: clear session after every test

6df1af570f1589f20e7ec7c851e1d4003e97d6b5 authored over 1 year ago by mychidarko <[email protected]>
test: revert test setup

9c17ad2c49762558846e2e48e918843d12e0c53b authored over 1 year ago by mychidarko <[email protected]>
test: add macos and windows tests

d33913d58ee7853c01e39eae65a9b3754197bb79 authored over 1 year ago by mychidarko <[email protected]>
Merge pull request #16 from crosa7/create-auth-tests-structure

Added tests infrastructure, session lifetime and cookie params config

6490e5659d91ecee5cdd616c9fd84581424c1ed5 authored over 1 year ago by Michael Darko <[email protected]>
test: re-order pest functions

a9b8cdc42a1fa671ee4213afff0085fd536b0f2c authored over 1 year ago by mychidarko <[email protected]>
feat: update session lifetime config

69e9661c761aec32443e550cda7f37b90f00658f authored over 1 year ago by mychidarko <[email protected]>
Added tests infrastructure, session lifetime and cookie params config

- Introduced github action to run tests
- Introduced SESSION_REDIRECT_ON_LOGIN making it possibl...

dec672aca52114ec6e69b8a8b39be0ba9ce57d2a authored over 1 year ago by André Rosa <[email protected]>
Added configurable session lifetime

cf3b252f1336bee1754aee23d415d037cd338762 authored over 1 year ago by André Rosa <[email protected]>
Added insfrascture and base test for register

514382e99838df701c02ab85d029af148682f87d authored over 1 year ago by André Rosa <[email protected]>
Merge pull request #13 from crosa7/fix-timestamps

0f3cbd74cf1a4d851321909635aa224a4716438a authored over 1 year ago by Michael Darko <[email protected]>
Allow custom timestamp format

- When trying to register having USE_TIMESTAMPS to true, the insert on a mysql database fails be...

58c8dcf4f8ed13dec8b43f6e4c39e01c527e78cd authored over 1 year ago by André Rosa <[email protected]>
Merge pull request #14 from crosa7/fix-incorrect-id-in-where-clause

Fix where clause when fetching user

b9c3236eb76135d98c2cc0d7333a6d654f9e62d9 authored over 1 year ago by Michael Darko <[email protected]>
Fix where clause when fetching user

- When fetching a user, "id" was being used instead of ID_KEY. This leads to problems if the use...

022448e76000f509f2499241e25918fe6907014f authored over 1 year ago by André Rosa <[email protected]>
feat: switch from leaf date to tick

f293438d201559b8cba1505d151635803be9bd76 authored almost 2 years ago by mychidarko <[email protected]>
feat: set passwordIsValid to false

29a972196f941981fc4b1219af027a99f28b4d8e authored almost 2 years ago by mychidarko <[email protected]>
chore: format code

d22dad9fc15439226ce5a7470ac0315bdef45fab authored almost 2 years ago by mychidarko <[email protected]>
chore: update stability

8ebc7f76b9f864e8dd6af11a64b74858de0fc272 authored almost 2 years ago by mychidarko <[email protected]>
chore: setup testing

09dea1eda55f6165da7725a3f5067a8fd36e026d authored almost 2 years ago by mychidarko <[email protected]>
Merge branch 'main' of https://github.com/leafsphp/auth

3530b60c68f8a656f9fc36a532c0b10777efa413 authored almost 2 years ago by mychidarko <[email protected]>
chore: update gitignore

ae2ec46f6efc2400946510818373dba87d83ab33 authored almost 2 years ago by mychidarko <[email protected]>
🔀 Merge pull request #8 from mychidarko/main

Fixes

db5be70d2b2176ba063cd18a752706310437a275 authored over 2 years ago by Michael Darko <[email protected]>
Merge branch 'leafsphp:main' into main

b0f4dda261f96b6dd5c31de505630fdae30890a8 authored over 2 years ago by Michael Darko <[email protected]>
:fire: removed unused code

56b29fd6b1c6bf89311ad575a9d62095477ffc2f authored over 2 years ago by Michael Darko <[email protected]>
:sparkles: updated package versions

52c31b831b93ea1525424e91f186bf9a07f740f7 authored over 2 years ago by Michael Darko <[email protected]>
⬆️ updated leaf form

fe87a4fe4f869f36d5fc9b2bf65ed87fb95a0fec authored almost 3 years ago by Michael Darko <[email protected]>
🔀 Merge pull request #6 from mychidarko/main

Critical Fixes

a33ced30573f6277787ca093b0189374ac2f95fc authored almost 3 years ago by Michael Darko <[email protected]>
:bug: fixed redirect bug

e7f261d740a4b19b60d52bf677e733707660b3a0 authored almost 3 years ago by Michael Darko <[email protected]>
:bug: fixed connection bug

5e42aac78f1b51fc1c285228eb79cb4f98f96306 authored almost 3 years ago by Michael Darko <[email protected]>
🔀 Merge pull request #5 from mychidarko/main

:ambulance: fixed config error

35db2b47a074149ebbe996086e4ca227a660de5d authored almost 3 years ago by Michael Darko <[email protected]>
:ambulance: fixed config error

c4139115a0e408f025d5b9cf23583f8decd73f2a authored almost 3 years ago by Michael Darko <[email protected]>
🔀 Merge pull request #4 from mychidarko/main

Add DB_TABLE config

90ce8227d2b2fedc176ac899b81323af97ca46c2 authored almost 3 years ago by Michael Darko <[email protected]>
♻️ refactored auth

211e28e179f63ed09080547a6a1fef03f9c72286 authored almost 3 years ago by Michael Darko <[email protected]>
:fire: switched to table config

0f92dad3ebb0b38e276ad7739e1870e3021a43f7 authored almost 3 years ago by Michael Darko <[email protected]>
added db_table config

76f3e4d303bfcc737b532831ae009af9390ff584 authored almost 3 years ago by Michael Darko <[email protected]>
🔀 Leaf auth v2

Leaf Auth v2

3ba37adbeefe13688a2347c31cbece221d4185c5 authored almost 3 years ago by Michael Darko <[email protected]>
:memo: updated readme

7863ffc73dce6db12c061b84f4b7de8dbbcb3734 authored almost 3 years ago by Michael Darko <[email protected]>
⚡️ updated update method

d61a56901d6d49ece1abc82cba9dddb55affac0d authored almost 3 years ago by Michael Darko <[email protected]>
:art: updated auth structure

ea37d7425bb45a3658170a328c71459049582a33 authored almost 3 years ago by Michael Darko <[email protected]>
⚡️ improved auth core

b6a7b3c7f54ee9b70e8e1c8e627867c4a9d13391 authored almost 3 years ago by Michael Darko <[email protected]>
⚡️ improved base session class

36d7f876c1c843cb61e4ad20e9791f45839e128f authored almost 3 years ago by Michael Darko <[email protected]>
🙈 updated gitignore

7a19ecdfee6c0f68678b79f5b9f4011daa643be2 authored almost 3 years ago by Michael Darko <[email protected]>
🙈 updated gitignore

8a67ecfa669c2d4a5bb8dc3ec6b21bc7f04d72b9 authored almost 3 years ago by Michael Darko <[email protected]>
⚡️ improved functional mode support

1dba1500e34d7a4dddc8c63e394e86e18e764706 authored almost 3 years ago by Michael Darko <[email protected]>
:fire: removed unused files

c36b222103e6261e2634add11209ad66587b3b2d authored almost 3 years ago by Michael Darko <[email protected]>
⬆️ Updated dependencies

8f36d3ca9811d708435c15787e06bc8a689b47d1 authored almost 3 years ago by Michael Darko <[email protected]>
:label: added better types

b5aacc1590788ba84cf5a931ee24be091837027f authored about 3 years ago by Michael Darko <[email protected]>
:memo: fixed phpdoc

45a62d6ac862763ac35bf0150d41df5a64eaf065 authored about 3 years ago by Michael Darko <[email protected]>
:recycle: refactored globals

5f64aa114a0fa5f60b7b976a83cc88be368cc734 authored about 3 years ago by Michael Darko <[email protected]>
:recycle: refactored auth core

829c7468933ffcc60ba41527a1aeed5e4524320d authored about 3 years ago by Michael Darko <[email protected]>
:memo: updated readme

57d11334f645683033b0480bef3984740cba9c3a authored about 3 years ago by Michael Darko <[email protected]>
:wrench: added GH sponsors

8fe3e19589413e7b7ec922d9f7b65b374862f591 authored about 3 years ago by Michael Darko <[email protected]>
:sparkles: added session length

1e16c53ee098114e1d7a0680e416c0bc318de13a authored about 3 years ago by Michael Darko <[email protected]>
:sparkles: added support for session save

c995ac079cfa1d8e9c03648e1f91b0adee8323c8 authored about 3 years ago by Michael Darko <[email protected]>
:wastebasket: deprecated old functions

ff7f7b0a2ec19b76034724e1cba1f99b3e955c69 authored about 3 years ago by Michael Darko <[email protected]>
:sparkles: added support for passwordless auth

0329e5278c15801856bdcd788d8a565cdae16755 authored about 3 years ago by Michael Darko <[email protected]>
:bug: fixed domain error

6a55876a326a6f395f27d343b8f398ff3ff0f1da authored about 3 years ago by Michael Darko <[email protected]>
:sparkles: added new configs

3055b465c492debd00ea6ad032a12c31d8109584 authored about 3 years ago by Michael Darko <[email protected]>
:sparkles: tied auth instance to leaf

10f1a24ec18e30e9e3cc9ce1f4e9f41ff6dca883 authored about 3 years ago by Michael Darko <[email protected]>
:wrench: added support for functional mode

baa5d0fd67c7299cc18de75502a598344cb26715 authored about 3 years ago by Michael Darko <[email protected]>
:sparkles: added leaf auth config

8bcea5d05f03f96f95060f11fb0c697811671cf5 authored about 3 years ago by Michael Darko <[email protected]>
:wrench: updated minimum stability

105ad34f7b35353511fbe0df19844d1762bd05a0 authored about 3 years ago by Michael Darko <[email protected]>
:ambulance: switched to static methods

9d0251b8035e8e11c50d0c8dcdf0f1b839fa4671 authored about 3 years ago by Michael Darko <[email protected]>
:art: restructured leaf auth

03c08abf4fe0e45ec352ffd0b5f8fabd33cc491d authored about 3 years ago by Mychi <[email protected]>
:tada: created base setup

f9bbee4bceb5fa40e1e1fdfee89e8141da8a9133 authored over 3 years ago by Mychi <[email protected]>