We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
useAuth
There are a few methods that could be wrapped in useAuth, including:
There are not necessarily Auth operations, but they are related to the user session and will in effect affect authorization.
Extend useAuth and documentation to include these operations.
const app = useApp(); const user = useUser(); app.linkUser(...); app.deleteUser(user); app.removeUser(user);
Would be a major improvement
Atlas App Services: Auth or Functions etc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
There are a few methods that could be wrapped in
useAuth
, including:There are not necessarily Auth operations, but they are related to the user session and will in effect affect authorization.
Solution
Extend
useAuth
and documentation to include these operations.Alternatives
How important is this improvement for you?
Would be a major improvement
Feature would mainly be used with
Atlas App Services: Auth or Functions etc
The text was updated successfully, but these errors were encountered: