Shivam Dixit

Results 14 issues of Shivam Dixit

Remember me not implemented in login.

enhancement

Add a media query for small screen sizes. Preferably create a new navigation panel at the bottom and hide side panel when screen size is small.

enhancement

We need to switch to SQLite database for single-user mode so that minimum db setup is required.

enhancement

At the moment, the length of temporary credentials is hardcoded to [1 hour ](https://github.com/uber/assume-role-cli/blob/master/aws.go#L107). AWS provides [an option](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sts.html#STS.Client.get_session_token) to set these values from anywhere between 15 mins to 12 hours....