
Version 0.1
artauth 0.1.2
Documentation
- Added pkgdown site configuration
- Migrated vignettes from .Rmd to .qmd (Quarto) format
- Enhanced roxygen documentation with comprehensive @description blocks and improved @param/@return documentation
- Added three vignettes:
- Get Started guide with complete workflows
- Quickstart guide for hands-on tutorials
- Advanced Workflow guide for production patterns
Waiting List
-
create_waitlist_entry()- Add artist to pilot program waiting list -
get_waitlist_entry()- Retrieve waiting list entry by ID -
update_waitlist_status()- Move entry through review workflow -
get_pending_waitlist()- List entries for review -
convert_waitlist_to_user()- Convert to user account (placeholder implementation)
Whitepaper Tracking
-
log_whitepaper_download()- Record download events -
get_whitepaper_stats()- Generate aggregate analytics -
get_downloads_by_email()- Lookup downloads by email -
has_downloaded_whitepaper()- Check download status -
get_recent_downloads()- Get recent download activity
Security Utilities
-
generate_secure_token()- Generate cryptographic tokens -
hash_token()- Hash tokens for storage -
is_valid_email()- Validate email format