https://github.com/pkit-php/auth
A simple module to authentication
https://github.com/pkit-php/auth
Last synced: 2 months ago
JSON representation
A simple module to authentication
- Host: GitHub
- URL: https://github.com/pkit-php/auth
- Owner: pkit-php
- License: mit
- Created: 2024-02-15T17:17:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T21:36:25.000Z (over 2 years ago)
- Last Synced: 2025-07-20T05:42:29.708Z (11 months ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auth
Classes de autenticação e criação de tokens jwt genéricos
## Classe Session
A classe Session Funciona a partir da sessão do php e é regerado sempre que a sessão é desligada, além disso pode durar uma sessão ou um tempo pré-determinado.
### Configuração da classe Session
```php