Releases: 4sllan/nuxt-simple-auth
v1.0.8
v1.0.7
v1.0.6
Nuxt-simple-auth
A correção na biblioteca Nuxt Simple Auth foi realizada para resolver um problema em que os headers não estavam sendo carregados corretamente pelo lado do servidor. Este problema estava causando erros de autenticação ao carregar a página. A solução envolveu a utilização da função $auth.$headers.get("authorization") para garantir o carregamento adequado dos headers, resolvendo assim o erro de autenticação durante a navegação.
The correction to the Nuxt Simple Auth library was made to address an issue where headers were not being properly loaded on the server side. This problem was causing authentication errors when loading the page. The solution involved using the $auth.$headers.get("authorization") function to ensure proper header loading, thus resolving the authentication error during page navigation.
v1.0.5
Nuxt-simple-auth
O middleware de autenticação e autenticação de dois fatores (2FA) foi aprimorado ao longo do tempo, visando aprimorar a segurança do sistema. Agora, implementamos melhorias significativas nas funcionalidades de expiração, deslogamento do sistema e destruição de cookies e sessões. Essas melhorias garantem uma gestão mais eficiente e segura das credenciais de usuário, proporcionando uma experiência mais robusta e confiável em termos de segurança.
The authentication and two-factor authentication (2FA) middleware has been enhanced over time to improve system security. We have now implemented significant improvements in expiration features, system log-out, and the destruction of cookies and sessions. These enhancements ensure a more efficient and secure management of user credentials, providing a more robust and reliable security experience.
V1.0.4
Nuxt-simple-auth
Ocorrera um erro ao tentar apagar os campos de login e 2FA, resultando em solicitações em loop no backend e frontend. Para solucionar esse problema, a biblioteca Nuxt Simple Auth foi aprimorada. Foram implementadas melhorias, incluindo tratamento de erros no servidor
An error occurred when trying to delete the login and 2FA fields, resulting in looped requests on the backend and frontend. To address this issue, the Nuxt Simple Auth library has been enhanced. Improvements have been implemented, including error handling on the server.