You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user I would like to have better encryption and, above all, to be able to perform quick tests without the complexity of setting up traditional databases, so I think it would be a good idea to implement JWT and SQLite in Cloudstack.
JWT could be implemented to improve the way in which users like me or applications access the API, as it uses user/password credentials, as well as a token that expires according to a stipulated time. JWT would be very easy to implement in Cloudstack.
SQLite does not require a dedicated server, which would make Cloudstack less resource-intensive and easier to configure, as well as allowing for rapid prototyping and testing.
The text was updated successfully, but these errors were encountered:
The required feature described as a wish
As a user I would like to have better encryption and, above all, to be able to perform quick tests without the complexity of setting up traditional databases, so I think it would be a good idea to implement JWT and SQLite in Cloudstack.
JWT could be implemented to improve the way in which users like me or applications access the API, as it uses user/password credentials, as well as a token that expires according to a stipulated time. JWT would be very easy to implement in Cloudstack.
SQLite does not require a dedicated server, which would make Cloudstack less resource-intensive and easier to configure, as well as allowing for rapid prototyping and testing.
The text was updated successfully, but these errors were encountered: