Sitaram Pavan Kumar Kalluri

Results 38 issues of Sitaram Pavan Kumar Kalluri

### Describe the bug * In [notify.dart](https://github.com/atsign-foundation/at_server/blob/trunk/packages/at_server_spec/lib/src/verb/notify.dart) the requireAuth method returns false. This is a bug because the notifications can be sent only on an authenticated connection. So, the requireAuth...

bug

Which at_widget package you want to add enhancement? at_onboarding_flutter On what platforms do you want to add enhancement? Android, iOS, Windows, MacOS, Linux Is your feature request related to a...

enhancement

### Is your feature request related to a problem? Currently, there is redundancy in the onboarding code between the onboarding Flutter and onboarding CLI. To enhance maintainability, relocate the common...

**- What I did** - This PR introduces offline access capabilities to the AtClient SDK, allowing the client to initialize for offline access when network connection is not available during...

**- What I did** - Implement a verification process ensuring that only client possessing the super-set privileges or clients authorized for the specified namespaces in the enrollment request can approve...

### Is your feature request related to a problem? Please describe. Implement a feature to ensure that an "approving" app can only approve enrollment requests if it has access to...

enhancement

**- What I did** - Introduce auto expiry feature enables APKAM keys to expire after the specified duration. **- How I did it** - Changes in at_auth package - Introduce...

**- What I did** - Introduce APKAM keys to auto expire after specified time duration. **- How I did it** - In at_commons, introduced `Duration apkamKeysExpiryDuration` to capture the time...

### Is your feature request related to a problem? Please describe. Currently, the APKAM keys do not have an auto-expiry feature. Enhance the APKAM keys by allowing users to set...

enhancement

### Is your feature request related to a problem? Please describe. Below are the breaking changes to address in the at_chops package: 1. In at_chops.dart, remove exporting of implementation class...

enhancement