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

AccessServiceProvider: Move Auth, Acl, AgentCheck, IpFilter under Access #540

Closed
oyeaussie opened this issue Jul 7, 2024 · 0 comments
Closed
Assignees
Labels
P2 If not fixed, how will I sleep tonight task Perform a Task
Milestone

Comments

@oyeaussie
Copy link
Contributor

oyeaussie commented Jul 7, 2024

Access service provider has grown from just authentication to :

  • Authentication
  • Acl
  • AgentCheck
  • IpFilter (currently part of apps, but will be moved under access)

In order to access Auth, we use $this->auth. After we move to access auth can be accessed via $this->access->auth and so on.

@oyeaussie oyeaussie changed the title Auth: Move Auth under Access AccessServiceProvider: Move Auth, Acl, AgentCheck, IpFilter under Access Jul 7, 2024
@oyeaussie oyeaussie self-assigned this Jul 7, 2024
@oyeaussie oyeaussie added P2 If not fixed, how will I sleep tonight task Perform a Task labels Jul 7, 2024
@oyeaussie oyeaussie added this to the 0.0.0-rc.6 milestone Jul 7, 2024
oyeaussie added a commit that referenced this issue Jul 7, 2024
oyeaussie added a commit that referenced this issue Jul 8, 2024
- Moved password and twofa in their own class under Auth
oyeaussie added a commit that referenced this issue Jul 8, 2024
- Testing and fixing bugs.
oyeaussie added a commit that referenced this issue Jul 8, 2024
- Fix minor positioning of validation of password during login.
oyeaussie added a commit that referenced this issue Jul 9, 2024
- Remove constructor from acl as we are inheriting basepackage
oyeaussie added a commit that referenced this issue Jul 9, 2024
- Fix bug with loop caused because of oldSessionId in addUpdateAgent.
- Minor cleanups.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 If not fixed, how will I sleep tonight task Perform a Task
Projects
None yet
Development

No branches or pull requests

1 participant