issues
search
tvallotton
/
rocket_auth
An implementation for an authentication API for Rocket applications.
https://docs.rs/rocket_auth/
Apache License 2.0
73
stars
38
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Maintenance Patch
#72
krbundy
opened
3 days ago
0
Updated to newest rocket version and fixed errors
#71
PixelboysTM
opened
3 weeks ago
0
Update Rocket, sqlx, and rusqlite dependencies.
#70
pjantrania
opened
7 months ago
0
Does not compile with rocket 0.5.0 (not Rc3)
#69
robertsarkozi
opened
8 months ago
0
Change Failure to Error, fixes compilation error
#68
constantingoeldel
opened
1 year ago
1
Users seems to be able to connect only on one device at the same time
#67
Eldolfin
opened
1 year ago
0
Updated the SQL code for UPDATE_USER in tokio_postgres; Added the id for the execute.
#66
varpeti
opened
1 year ago
2
Database error during password change (tokio_postgres)
#65
varpeti
opened
1 year ago
0
adds cargo test to workflow
#64
DrewMcArthur
opened
1 year ago
0
add `cargo test` to workflow
#63
DrewMcArthur
opened
1 year ago
0
fix cargo test error saying get_session is private
#62
zhw2101024
opened
1 year ago
0
Session is not invalidated after time expires using login_for
#61
robertsarkozi
opened
1 year ago
1
New release with Users table update fix?
#60
robertsarkozi
opened
1 year ago
0
Default Argon2 config does not meet OWASP minimum security
#59
Ravenslofty
opened
1 year ago
1
Feat: Redis Stack as a Persistant Data Storage.
#58
tehsunnliu
opened
1 year ago
0
How to get the value chosen in an html form select, and having that value in a rust variable
#57
ErtyDess
opened
1 year ago
0
Removed direct logging via println
#56
Flyffies
opened
2 years ago
0
Update sqlx dependency so it builds
#55
3n3a
closed
2 years ago
0
Compilation failing due to SQLX features
#54
modulated
opened
2 years ago
2
Use "AUTOINCREMENT" for user table primary key
#53
yzernik
opened
2 years ago
0
Can AdminUser guard return a 403 instead of a 401?
#52
SpootDev
opened
2 years ago
2
Made email everywhere lowercase, where use to compare or to insert
#51
ywegel
closed
2 years ago
0
Fixed postgres database 'UPDATE_USER' string in sql.rs
#50
ywegel
closed
2 years ago
0
Spelling
#49
ywegel
closed
2 years ago
0
ValidationError leaks password if signup fails
#48
ywegel
opened
2 years ago
3
Remove extra comma from UPDATE_USER sqlite query
#47
jaybosamiya
closed
2 years ago
0
Update sqlx to v0.6
#46
yzernik
closed
2 years ago
3
Fix sqlite query for user modification
#45
jaybosamiya
closed
2 years ago
2
Derestrict rusqlite dependency version
#44
jaybosamiya
closed
2 years ago
2
Allow option to use username instead of email
#43
yzernik
opened
2 years ago
5
Fixed compile error and lowercase email on signup
#42
ywegel
closed
2 years ago
3
Compile error
#41
ywegel
closed
2 years ago
1
Compare password functionality
#40
tvallotton
closed
2 years ago
1
compare password functionality
#39
ywegel
closed
2 years ago
2
Check if String is same as hashed password
#38
ywegel
closed
2 years ago
3
Library breaks with rocket 0.5.0-rc.2
#37
ywegel
closed
2 years ago
1
Customizable SQL Schema
#36
isosphere
opened
2 years ago
3
User FromRequest not found with git rocket and TLS
#35
ecashin
opened
2 years ago
7
Trait FromRequest not implemented for User/Admin when trying to use guards
#34
SpootDev
closed
2 years ago
1
Add constructor for Signup
#33
A6GibKm
opened
2 years ago
1
Make email none-case-sensitive
#32
ywegel
opened
2 years ago
2
German language support
#31
ywegel
closed
2 years ago
1
Add french language support
#30
julien-me
opened
2 years ago
1
Localization support?
#29
julien-me
opened
2 years ago
1
Add diesel support
#28
jwpjrdev
opened
3 years ago
1
Failed to run sqlite example
#27
MiniaczQ
opened
3 years ago
2
Add metadata to users
#26
tvallotton
opened
3 years ago
0
Add CSRF support.
#25
tvallotton
opened
3 years ago
0
Rusqlite should be supported.
#24
svelterust
closed
3 years ago
2
Resolves https://github.com/tvallotton/rocket_auth/issues/22
#23
svelterust
closed
3 years ago
0
Next