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

Auth! #11347

Merged
merged 35 commits into from
May 18, 2024
Merged

Auth! #11347

merged 35 commits into from
May 18, 2024

Conversation

blakeblackshear
Copy link
Owner

@blakeblackshear blakeblackshear commented May 12, 2024

Todos:

  • bypass for exports/audio and trusted networks
  • auth settings in home assistant integration
  • update docs
  • consider splitting salt between db and config file
  • add profile endpoint to api to return user
    • look for ways to make things compatible with upstream proxies (traefik-forward-auth, authelia, oauth2_proxy, home assistant addon). add logout url/endpoint for upstream auth
  • implement logout
  • fix bug in db call on refresh jwt
  • login screen not bringing up keyboard when installed as app in ios

Copy link

netlify bot commented May 12, 2024

Deploy Preview for frigate-docs ready!

Name Link
🔨 Latest commit 20b9a85
🔍 Latest deploy log https://app.netlify.com/sites/frigate-docs/deploys/6648d6df2707d10008d97000
😎 Deploy Preview https://deploy-preview-11347--frigate-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

frigate/api/auth.py Dismissed Show dismissed Hide dismissed
frigate/app.py Dismissed Show dismissed Hide dismissed
frigate/app.py Dismissed Show dismissed Hide dismissed
frigate/api/auth.py Dismissed Show dismissed Hide dismissed
frigate/api/auth.py Dismissed Show dismissed Hide dismissed
@NickM-27 NickM-27 linked an issue May 12, 2024 that may be closed by this pull request
web/src/LoginPage.tsx Outdated Show resolved Hide resolved
web/src/components/AuthForm.tsx Outdated Show resolved Hide resolved
frigate/config.py Outdated Show resolved Hide resolved
frigate/api/auth.py Dismissed Show dismissed Hide dismissed
frigate/api/auth.py Dismissed Show dismissed Hide dismissed
frigate/api/auth.py Dismissed Show dismissed Hide dismissed
frigate/api/auth.py Dismissed Show dismissed Hide dismissed
docs/docs/configuration/authentication.md Outdated Show resolved Hide resolved
docs/docs/configuration/authentication.md Outdated Show resolved Hide resolved
blakeblackshear and others added 2 commits May 18, 2024 11:26
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
@NickM-27 NickM-27 merged commit 1133202 into dev May 18, 2024
13 checks passed
@NickM-27 NickM-27 deleted the auth branch May 18, 2024 16:36
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.

[FR] Authentication!
2 participants