¶ Best Practices
Update Time: 2024-10-10 07:28:40
- We recommend that after the user completes the authentication and is migrated to the Authing's database, and mark the user as migrated in the original database.
- Please do not encode database connection information forcibly, you can use "Database connection information" and "Environment variable" to manage such constant data. We will encrypt and store this kind of information in the database, but for performance reasons, the source code you upload will not be encrypted.