Skip to main content

2 posts tagged with "Authentication 0.0.3"

Authentication 0.0.3. Use this tag to filter all changes about authentication version 0.0.3.

View All Tags

๐Ÿ“• Authentication

ยท One min read
Redon Alla
.NET, React, Angular Developer

โœจ Version 0.0.3โ€‹

#8105fdb refactor(authentication): update AuthContextProps type description

Updated the comment for the AuthContextProps type to provide a clearer explanation of its intended purpose. The new description focuses on the use of properties to store authentication-related state, replacing the previous note about generic parameter usage for onLogin. This clarification aims to enhance maintainability and comprehensibility of the code for future developers.

โœจ Authentication 0.0.3

ยท One min read
Redon Alla
.NET, React, Angular Developer

โœจ Version 0.0.3โ€‹

#1634009 feat(authentication): integrate new authentication package

Introduced the new @flexnative/authentication package to handle user authentication and protecting routes using Expo Router. The package includes React context, custom hooks, type definitions, and utilizes expo-secure-store for secure token storage. This integration enhances the security and manageability of authentication processes across the application.