Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symfony security #205

Merged
merged 2 commits into from
Nov 12, 2024
Merged

Symfony security #205

merged 2 commits into from
Nov 12, 2024

Conversation

sveneld
Copy link
Collaborator

@sveneld sveneld commented Nov 10, 2024

Authorization via symfony security bundle.
Login page in new style.

New table should be added

CREATE TABLE remember_me_token (
    series VARCHAR(88) PRIMARY KEY,
    value VARCHAR(88) NOT NULL,
    class VARCHAR(255) NOT NULL,
    username VARCHAR(255) NOT NULL,
    lastUsed DATETIME NOT NULL
);

@sveneld sveneld force-pushed the symfony_auth branch 2 times, most recently from 50f2913 to 8748035 Compare November 10, 2024 15:16
@sveneld sveneld merged commit 3db3714 into main Nov 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant