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

Finalize Authentication #15

Closed
michael-fuchs opened this issue Mar 13, 2023 · 0 comments · Fixed by #14
Closed

Finalize Authentication #15

michael-fuchs opened this issue Mar 13, 2023 · 0 comments · Fixed by #14
Assignees

Comments

@michael-fuchs
Copy link
Contributor

Die Bearbeitung von Blog-Einträgen soll nur durch authentifizierte Benutzer erfolgen. Im ersten Wurf über Google-OAuth.

Der Login Button ist für jeden sichtlich, und jeder kann sich mit einem Google-Login anmelden. Neu angemeldete Benutzer werden in der Datenbank angelegt, aber ohne Rechte.

Über eine Umgebungsvariable wir eine Admin-Email-Adresse im Container konfiguriert. Wenn sich dieser Benutzer registriert, bekommt er auch gleich Admin-Rechte.

Aufgaben:

-[ ] Google als OAuth-Provider einrichten.
-[ ] Anleitung, wie ein neues Blog-Deployment (produktiv und für lokale Tests) bei Google registriert werden kann.
-[ ] Anlegen der Benutzer in die Datenbank, bei erstmaligem Login, ohne Rechte.
-[ ] Docker-Umgebungsvariable für Admin-Email umsetzen - diesen User bei erstmaligem Login mit Admin Rechten speichern.

See #6 & #4

@floscher floscher linked a pull request Mar 13, 2023 that will close this issue
@floscher floscher mentioned this issue Mar 15, 2023
Closed
3 tasks
@floscher floscher added this to the Ready to deploy milestone Mar 15, 2023
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 a pull request may close this issue.

2 participants